Available now — AIGENCY CLI

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 | bash
After install: aigency login → aigency init → aigency "tell me what to do"
macOS · Linux · Windows
Node.js 18+
OAuth + PKCE
Live demo

What it looks like.

Real command flow. Every tool call asks for permission, every change is shown as a diff.

~/projects/my-app
AIGENCY CLI
Key features

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.

Plans

Two options.

Personal development or heavy use — pick the plan that fits. Renews monthly.

AIGENCY CLI Pro
1.500₺ / mo
VAT included · cancel anytime
  • 100,000,000 tokens / month
  • All permission modes
  • Persistent memory + task planning
  • Checkpoint & /undo
  • Sandbox security + hooks
  • macOS · Linux · Windows
Get Pro
Recommended
AIGENCY CLI Max
3.000₺ / mo
VAT included · cancel anytime
  • 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
Get Max

Plans link to your existing AIGENCY account · Payments processed securely via PayTR

Frequently asked

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
After install: aigency login → aigency init → aigency "tell me what to do"