codeforge-cli
v0.3.11
Published
Terminal-first AI coding agent that works with any IDE. Think Cursor, but for your terminal.
Maintainers
Readme
Forge CLI
Terminal-first AI coding agent that works with any IDE. Think Cursor, but for your terminal.
Installation
npm install -g forge-cliOr use the install script:
# macOS / Linux
curl -fsSL https://forge.dev/install.sh | bash
# Windows (PowerShell)
irm https://forge.dev/install.ps1 | iexQuick Start
Get your API key at forge.dev/account
Authenticate:
forge auth login- Start coding:
cd your-project
forgeFeatures
- 🤖 Multi-provider support - Works with Claude, GPT-4, Gemini, and more
- 🔧 IDE-agnostic - Use with VS Code, Neovim, Emacs, or no IDE at all
- 📁 File operations - Create, edit, and delete files with natural language
- 💻 Shell commands - Run terminal commands with AI assistance
- 🔍 Semantic search - Find relevant code using embeddings
- 🛡️ Checkpointing - Undo any AI changes with automatic snapshots
- 🧠 Sub-agents - Delegate to specialized agents for specific tasks
- 📝 Memory - Remember facts across sessions
- 🔒 Enterprise-ready - SOC 2 compliant, SSO support
Plans
| Feature | Free | Pro | Team | |---------|------|-----|------| | Requests/day | 50 | Unlimited | Unlimited | | Models | GPT-4o | All models | All models | | Checkpointing | ❌ | ✅ | ✅ | | Sub-agents | ❌ | ✅ | ✅ | | Priority support | ❌ | ✅ | ✅ | | SSO/SAML | ❌ | ❌ | ✅ |
Documentation
Visit forge.dev/docs for full documentation.
Support
- 📧 Email: [email protected]
- 💬 Discord: forge.dev/discord
- 📖 Docs: forge.dev/docs
© 2024-2026 Forge Team. All rights reserved.
