CobraBubCobraBub IDE
Version v1.0.6 Now Available
CobraBub Logo Large

The Code Editor Augmented by an Autonomous AI Agent

CobraBub IDE is an ultra-lightweight and premium development environment developed by AmeForge. Run system commands in the integrated terminal, manage Git repositories, and let the AI agent code autonomously in a safe, loop-locked environment.

CobraBub IDE — main.js
WORKSPACE
src/main.js
src/renderer.js
website/app/page.js
package.json
const crypto = require('crypto');
const SECRET = "obsidian-golden-green-secret-2026";

// Local cryptographic licensing system
function verifyLicenseKeyLocal(key) {
  if (!key) return { valid: false };
  const [payload, signature] = key.split('.');
  const hmac = crypto.createHmac('sha256', SECRET);
  hmac.update(payload);
  const expected = hmac.digest('hex');
  return { valid: signature === expected, plan: 'pro' };
}
COBRABUB AGENT
I analyzed the codebase. The offline signature validation is complete and correctly integrated with the daily limit throttle.
INTEGRATED TERMINAL
$ node verify.js --key=payloadBase64.signatureHex ✓ License verified successfully! Pro Plan Active (Offline Verification) $ npm run build ✓ Compiled successfully. Output: dist/CobraBub Setup 1.0.5.exe

Supported Operating Systems

Download CobraBub IDE for your platform. The desktop app connects to this site to validate your license key.

Engineered for Productive Developers

All essential development tools integrated into a fast, fluid, and secure workstation.

Autonomous AI Agent

The AI agent can traverse directories, read/edit files, and run tests or compile code inside the built-in terminal synchronously, performing multi-turn autonomous coding tasks.

Integrated Terminal

Run system commands (Bash, CMD, PowerShell) directly in a responsive, non-blocking integrated terminal with asynchronous real-time feedback.

Git & GitHub Integration

Perform commits, pulls, and pushes seamlessly. CobraBub authenticates securely using your Personal Access Token (PAT).

Polished Themes

Instantly switch between gorgeous pre-configured developer themes (Cyber Purple, Midnight Blue, Emerald Synth, Amber Cyber) with live syntax highlighting.

Flexible Licensing Plans

Get started for free, or unlock the full power of the AI Agent with our premium subscription plans.

Free Trial

$0 forever free

Explore the IDE interface and test basic AI operations.

Get Started
  • Unlimited editor & terminal
  • Git & Emulator integrations
  • 10 AI Agent requests per day
  • Limited to base AI models

Pro Monthly

$5 / month

Designed for professional developers looking for maximum productivity.

Subscribe Now
  • Unlimited AI Agent requests
  • Access to advanced models (Claude 3.5, GPT-4o)
  • Priority support by AmeForge
  • Extended autonomous loops (up to 30 tours)

Pro Annual

$48 / year

Save 20% compared to monthly billing with our annual plan.

Subscribe & Save
  • Everything included in Pro Monthly
  • Annual license key
  • Single consolidated invoice
  • 20% permanent discount

Help & Professional Documentation

Get started quickly with CobraBub IDE. Learn how to configure your workspace, connect the AI agent, and manage license keys.