AIGENCY CLI
Terminal. AI. Your machine.
Generate code from your terminal with natural language. Your files stay local — the agent runs on your own machine. 4 permission modes, sandbox security, project memory for controlled automation.
curl -fsSL https://aigency.dev/cli/install.sh | bashWhat it looks like.
Real command flow. Every tool call asks for permission, every change is shown as a diff.
Controlled automation.
Runs on your machine
AIGENCY CLI accesses your files directly from your terminal — code never leaves your machine.
4 permission modes
Default (ask), Plan (dry-run), AcceptEdits (auto-write), Auto (Max tier). Cycle with Shift+Tab.
Sandbox security
.git, .env, ~/.ssh and node_modules are write-protected. 30+ dangerous commands (rm -rf, sudo, curl | sh) blocked by regex.
Persistent project memory
MEMORY.md index + typed topic files (user/feedback/project/reference). Teach your preferences once — remembered every session.
Task planning
Breaks big tasks into sub-steps and shows live status in the terminal. Doesn't stop halfway — keeps going until done.
Checkpoint & /undo
Before-image snapshot taken before every file edit. Run /undo to instantly revert the latest change.
Project health check
verify_project checks package.json, scripts, node_modules, deps after every install — catches silent failures.
Session transcript
Every message, tool call and result saved as JSONL under ~/.aigency/projects/. Resume sessions with /continue.
Hook system
Bind test, lint, format commands to tool calls via PreToolUse and PostToolUse hooks.
Real AIGENCY model
Every call routes through aigency.dev to the real AIGENCY AI model — same quality as the web.
First-class Turkish support
Turkish prompts, Turkish responses, Turkish error messages. TRY-based pricing for Turkish developers. What sets it apart from Claude Code, Cursor, and Copilot: full local language and market.
Live task plan
For big jobs the agent builds its own step list and shows it as live checkboxes in the terminal. Each step turns ✓ when done, only one task active at a time — no more half-finished work.
Two options.
Personal development or heavy use — pick the plan that fits. Renews monthly.
- 100,000,000 tokens / month
- All permission modes
- Persistent memory + task planning
- Checkpoint & /undo
- Sandbox security + hooks
- macOS · Linux · Windows
- 500,000,000 tokens / month (5x Pro)
- Priority queue — your tasks first
- Auto mode — classifier-assisted approval
- All Pro features
- For heavy, long-running projects
- Priority support
Plans link to your existing AIGENCY account · Payments processed securely via PayTR
Quick answers.
Start now.
One-line install, sign in with aigency login, run your first command in minutes.
curl -fsSL https://aigency.dev/cli/install.sh | bash