Code from your terminal,
powered by Eyano
Eyano Code is an AI coding agent that lives in your terminal — it reads and edits your files and runs commands to get tasks done, with your approval at every step. On the Eyano models and subscription you already have.
curl -fsSL https://eyano.chat/install.sh | bash› fix the failing test in src/auth.ts [1] · reading the test and the source⚙ read_file src/auth.test.ts⚙ edit_file src/auth.ts+ if (!token) return null; allow edit_file src/auth.ts? [y/N] y⚙ run_bash npm test✓ 12 passing›
What the agent does
chat + actChat and act
One interactive session that talks with you and actually does the work — reads files, edits code, runs commands.
diff › y/NDiffs before approval
Every file change shows a colored diff and asks for your y/N before it touches disk. Pass --yes to auto-run.
read · edit · runReal tools
read, edit, write, list, grep, glob and shell — so it explores and changes your project precisely.
eyano --resumeFolder resume
Conversations are tied to the folder. Re-open in the same directory and it picks up where you left off.
.eyano/Local memory
It keeps durable project context under .eyano/ and recalls it on demand across sessions.
your planYour models, your plan
Runs on the Eyano models you already use, billed to your existing subscription.
Up and running in three steps
eyano loginLog in
eyano login — authenticate with your Eyano account.
eyanoStart the agent
Run eyano in any project folder to chat and code.
y / NApprove changes
Review each diff/command and approve — or run with --yes.