Command-line tool
AgentykCode
AI pair-programming from your terminal. Edits files, runs commands, reads your project, picks the right model for the job — all without leaving the shell.
How to install
npm (planned)
npm install -g @agentyk/codeLinux, macOS, and Windows — wherever Node.js runs. Single binary distribution under evaluation as well.
What it does
Edits your code
Reads files, writes diffs, runs your tests, watches the output, fixes regressions. Asks before running anything destructive.
Project-aware
Indexes your repo so it knows the structure, conventions, dependencies. Suggestions match your codebase, not stack-overflow defaults.
Local or cloud
Pick AgentykLM Cheetah on the cloud for big refactors, or run a local model for quick edits and offline work.
IDE-friendly
Works alongside VS Code, JetBrains, Vim, Emacs. Doesn't fight your editor — operates on the filesystem, your editor sees the changes live.
Shell-native
Pipe stuff in, redirect stuff out. Use it in scripts, in CI, in tmux. Shell completions for bash, zsh, fish.
Reproducible
Every change is a real diff. Roll back with git, replay with the session log, audit what the AI actually did.
Made for
- Developers who live in the terminal — vim, emacs, tmux folks who want AI without switching to a browser-based IDE.
- Teams on regulated codebases who can't ship internal source code to a US-hosted AI provider but still want pair-programming.
- CI / automation engineers using AI as a scriptable tool — code review bots, refactor pipelines, test generation in build steps.