Terminal coding agent · free to use · pre-1.0

Coding agents that keep working while you're away.

Your models. Your machines. Your rules. Zana Agent works in your terminal and remembers your projects. Zana Cloud lets you follow and steer it from any browser or your phone.

Created by Ordis Hysa

A place to pick up the thread Zana, the mountain fairy mascot
zana / field notesIllustrative example
zana
A request you could try

“Find the cause of the failing test. Explain the change and run the relevant checks.”

  1. Read the relevant code
  2. Make a focused change
  3. Run project checks

Give it a task. Steer the conversation as the work develops.

Your project. Your model. Context you can inspect.

Why Zana

Built for work that outlasts
a single chat.

Most agents forget when the chat ends and stop when you close the laptop. Zana keeps the thread, and keeps to the limits you set.

01

Picks up where you left off.

Memory lives in readable files on your machine, each entry with its source. Bring your sessions from Claude Code, Codex, OpenCode and pi, or search their history without importing it.

Memory with sources
02

Keeps working while you're away.

A background service runs scheduled agents on your machine, each with its own model and permissions. With Zana Cloud you can check in from your phone.

Scheduled agents
03

Works under your rules.

Every tool declares what it changes, so read-only mode and per-agent permissions are enforced by the runtime. API keys stay out of shell commands, and secrets are redacted from what is saved or streamed.

Declared side effects
Your models
AnthropicOpenAIDeepSeekOpenRouterOllamaAny OpenAI-compatible API

Bring your own API keys, or run local models with Ollama. Usage is billed by your provider; Zana adds no markup.
Zana is independent and not affiliated with these providers.

Optional · Zana Cloud · private preview

Your sessions,
beyond the terminal.

Zana works on its own in your terminal, with no account. Zana Cloud adds a private workspace where the same sessions run and stay within reach, from any browser or your phone.

About Zana

Named after
the fairy of the mountains.

In Albanian folklore, Zana e malit is the fairy of the mountains, a guardian of the heroes who cross them. Zana Agent keeps watch over your projects in the same spirit: it remembers the path, keeps going when you step away, and stays within the bounds you set.

Zana Agent and Zana Cloud are created by Ordis Hysa.

Investors and partners: [email protected]
June 2026
First public release
90+
Releases since then
4,000+
Automated tests
Live
Zana Cloud, in private preview
Install

Meet you in
the terminal.

Install Zana, open your project, choose a model.

Your first session
v0.91.4
curl -fsSL https://zanaagent.app/install | sh
Read the installer

Requires curl + bash. The installer provisions Bun when needed.

Installs for your user, adds Zana to PATH and starts its background service. What to know before you start ↓

Your first session

Start with a real question.

No account is needed for Zana Agent. You will need access to the model provider you choose.

  1. 1

    Open a new terminal

    Check your environment and see which providers are ready.

    zana doctor
    zana init
  2. 2

    Enter your project

    Launch an interactive session from the repository you want to work on.

    cd your-project
    zana
  3. 3

    Give it a useful starting point

    Ask for an explanation, a focused change or a review of the code in front of you.

    “Explain how this project is structured and where its tests live.”
A few useful details

Before you begin.

Zana is an early-stage project. Interfaces and behavior may change as it develops.

Is Zana free?

Yes. Zana Agent is free for personal and commercial work under its license. Your model provider bills its own usage. Zana Cloud is in private preview.

What does “local” mean here?

Sessions, configuration and memory live on your machine under ~/.zana-agent/. When you use a remote model, prompts and relevant context are sent to that provider. You can choose Ollama for a local model.

What does the installer set up?

It downloads the published Zana bundle, provisions Bun if needed, updates your user PATH and starts the background service. No administrator account is required. Open “Read the installer” above to inspect the script and its options before running it.

What should I know about Windows?

Use the PowerShell installer and run zana doctor first. Windows support has limitations: automatic startup at login is not installed, terminal images fall back to text, and shell and permission behavior differ. Persistent execution is restricted where required permission guarantees are unavailable. Update by rerunning the PowerShell installer.

Pick up the thread.

Install Zana