Terminal AI coding agent

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
eyano — ~/my-project
 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 + act

Chat and act

One interactive session that talks with you and actually does the work — reads files, edits code, runs commands.

diff › y/N

Diffs 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 · run

Real tools

read, edit, write, list, grep, glob and shell — so it explores and changes your project precisely.

eyano --resume

Folder 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 plan

Your models, your plan

Runs on the Eyano models you already use, billed to your existing subscription.

Up and running in three steps

1
eyano login

Log in

eyano login — authenticate with your Eyano account.

2
eyano

Start the agent

Run eyano in any project folder to chat and code.

3
y / N

Approve changes

Review each diff/command and approve — or run with --yes.