Features Tools Permissions Install GitHub โ†—
โœฆ
Feel Free Chat Free Chat Free With All Model In the World Limitless Intelligence, Zero Cost Powering Your Code with Global AI Your Gateway to All AI Models Feel Free Chat Free
v1.1.2 ยท MIT License ยท Free Forever

The AI Agent
that lives in
VSCode

Zen turns your editor into a full AI agent. Write files, run commands, search code โ€” powered by every LLM on Earth. No subscription. No limits.

โฌ‡ Install Free Explore Features โ†’
$0
Forever Free
โˆž
Any LLM Provider
6
Agent Tools
MIT
Open Source
scroll
DeepSeek R1 ยท V3
Claude 3.5 Sonnet ยท Haiku
Gemini 2.0 Flash ยท Pro
GPT-4o ยท o3-mini
Llama 3 ยท Mixtral
Qwen 2.5 ยท Coder
Mistral Large ยท Nemo
Any Provider via Elara
DeepSeek R1 ยท V3
Claude 3.5 Sonnet ยท Haiku
Gemini 2.0 Flash ยท Pro
GPT-4o ยท o3-mini
Llama 3 ยท Mixtral
Qwen 2.5 ยท Coder
Mistral Large ยท Nemo
Any Provider via Elara

Everything you need.
Nothing you don't.

Built for developers who want full control over their AI tools โ€” without vendor lock-in or monthly bills.

โšก

Truly Free

No subscription. No usage limits. No credit card. Bring your own API keys through Elara and pay only for what you use โ€” often nothing with free tiers.

๐ŸŒ

Every LLM

Switch between DeepSeek, Claude, Gemini, OpenAI, Llama, Qwen and more in one click. Never be locked to a single provider again.

๐Ÿค–

Real Agent

Zen doesn't just suggest code โ€” it writes files, runs terminal commands, searches your codebase, and executes multi-step tasks autonomously.

๐Ÿ”„

Revert Anything

Every AI response creates a checkpoint. Undo any file change or command at any point in the conversation with one click.

๐Ÿ”’

Private by Default

Your code goes to your own Elara instance โ€” never to a third-party cloud. Full data sovereignty, always.

๐Ÿ“

Full History

Search, restore, and branch from any past conversation. Date-grouped history with title, model, and workspace context preserved.

Lives in your sidebar

No new windows. No context switching. Zen is always there, right where you need it.

Visual Studio Code โ€” zen-project
v1.1.2
โ†
Refactor auth module
2.4k / 8k tokens
deepseek/deepseek-coder ยท dev@acme.com
+
U
Refactor the auth module to use JWT tokens and add refresh token support
AI
I'll refactor the auth module for you. Let me start by reading the current implementation...
READ src/auth/auth.service.ts โœ“
UPDATE src/auth/auth.service.ts โœ“
CREATE src/auth/refresh.service.ts โœ“
EXECUTE npm run test:auth 3 passed โœ“
+
โš™
๐Ÿง 
Ask Zen anything...
โ†’

Six tools.
Infinite possibilities.

Every action Zen takes is shown as a live timeline in the chat โ€” transparent, auditable, reversible.

CREATE

write_to_file

Creates a new file or completely rewrites an existing one with the AI's output

UPDATE

replace_in_file

Smart diff-based partial replacement โ€” only changes what needs changing, preserving context

READ

read_file

Reads file content and feeds it into the AI's context for understanding and analysis

LIST

list_files

Maps out directory structure so the AI understands your project layout before acting

SEARCH

search_files

Pattern-based search across your entire workspace โ€” finds references, usages, and definitions

EXECUTE

run_command

Runs terminal commands with live output streaming โ€” tests, builds, installs, deploys

Track your
AI usage

The HomePanel gives you an at-a-glance view of your productivity, estimated savings, and which models you use most.

247
Total Chats
โ†‘ 12 this week
2.2k
Tools Executed
โ†‘ 94 today
$111
Estimated Savings
vs. Copilot
99.4%
API Success Rate
All systems nominal
MODEL DISTRIBUTION
DeepSeek Models50%
Claude Models30%
Gemini / OpenAI / Others20%

You decide
how much AI does.

Six permission modes let you tune the agent's autonomy โ€” from fully automated to completely manual.

bypassPermissions

Full Access

All tools execute automatically. Maximum speed for trusted workflows.

acceptEdits

Auto File Edits

File reads and writes are automatic. Commands still require your approval.

DEFAULT
auto

Auto Reads

Safe read-only tools run automatically. Writes and commands need approval.

default

Ask Every Time

Maximum control. Every single tool action requires manual confirmation.

plan

Read Only (Plan)

AI can read and plan but cannot write files or run commands.

dontAsk

Deny All

All tools are silently blocked. Pure conversation mode, no actions.

Undo any
AI decision.

Every AI response creates an automatic checkpoint. Disagree with what the AI did? Revert to any point in the conversation โ€” files restored instantly.

โœ“ Automatic checkpoint at every response
โœ“ Diff view of every file change
โœ“ One-click restore, no manual git needed
โœ“ Re-send original prompt after revert
๐Ÿ“ CHECKPOINT #3 2 files modified
import { JwtService } from '@nestjs/jwt';
-import { AuthService } from './auth.service';
+import { AuthService, RefreshService } from './auth';
- async login(user: User) {
+ async login(user: User): Promise<TokenPair> {
+ const refresh = await this.refreshService.create(user);
+ return { access: this.jwt.sign(payload), refresh };
}

Up and running
in 3 steps.

1
Set up Elara โ€” the self-hosted AI proxy server that manages your API keys and routes requests to any LLM provider.
โ†’ elara-home.vercel.app
2
Install the Zen extension in VSCode from the marketplace or build from source.
3
Open Zen from the VSCode sidebar, configure your backend URL, and start chatting with any model.
From VSIX
From Source
Prerequisites
code --install-extension zen-1.1.2.vsix

Start building
with Zen today.

No credit card. No subscription. No vendor lock-in. Just you, your editor, and the AI of your choice.

โฌ‡ Get Zen Free on GitHub Set up Elara โ†’
โšก VSCode Extension
๐Ÿ”“ MIT License
๐ŸŒ Any LLM Provider
๐Ÿ”’ Self-hosted
๐Ÿ‡ป๐Ÿ‡ณ Vietnamese Support