Agentic coding in your terminal or browser. Reads your codebase, edits files, runs tests, and ships changes. Powered by PRME 26.1, running entirely on IsonAI infrastructure.
Agentic coding agent that runs in your terminal. Reads, edits, and runs code directly.
curl -fsSL https://www.isonai.net/install-forge | bash
irm https://www.isonai.net/install-forge.ps1 | iex
Code directly in your browser. Same agentic power, no installation needed.
Open IsonForge WebBuilt to replace your current coding CLI. Every primitive an agentic dev workflow needs, polished.
/thinking on for hard tasks. Agent shows its chain-of-thought live in a dedicated panel, persisted per turn./plan on. Agent researches read-only, proposes a step-by-step plan via TodoList, waits for your approval before executing./image. Agent sees it, debugs from visual context./checkpoint before risky multi-file refactors. /rollback restores everything if it goes wrong. Every write auto-backed-up./upgrade downloads the latest version, verifies SHA256, and auto-restarts. No manual reinstall ritual.FORGE.md persists across sessions. Generated by /init, auto-updated as agent learns project conventions.-w spins up an isolated git worktree per task. Try refactors in parallel without touching your main branch. --from-pr attaches to an existing PR.--bg. agents, attach, stop, respawn subcommands let you babysit a fleet of them..isonforge/skills/ or .claude/skills/. Claude Code compatible, so existing skill libraries just work.Shift+Tab. Project + user + local + runtime overrides, exactly the precedence you expect.Not trying to out-engineer the cloud-AI giants. Lean into the stuff they can't offer.
Runs entirely on IsonAI infrastructure. Your repo, conversation history, and code never touch external clouds. No telemetry to third parties.
Inference runs in country. Sub-100ms round trips, data residency by construction, no foreign cloud middlemen.
Built for ID developers. Mixed bahasa Indonesia + English handled natively, slang register matched.
From zero to first command in under 60 seconds.
Run installer once. Detects OS, drops binary in ~/.local/bin.
curl -fsSL isonai.net/install-forge | bash
Browser-based OAuth flow. One-time. API key stored securely in ~/.isonforge/config.json.
isonforge auth login
Open any code project. IsonForge picks up FORGE.md if present, or run /init to generate one.
cd ~/code/my-project
Just describe what you want. IsonForge reads, writes, runs tests, and commits. All from one conversation.
isonforge "fix the auth timeout bug"