CIPHER

Autonomous coding agent for your terminal. Works with any AI provider. Free or paid.

irm cipher.elevenpct.com/install | iex
cipher — ~/my-project
cipher > create a Flask API with users and posts

Plan
1. mkdir app
2. write app/models.py
3. write app/routes.py
4. write app/__init__.py

+ from flask import Flask
+ from flask_sqlalchemy import SQLAlchemy
+
+ app = Flask(__name__)
+ db = SQLAlchemy()
+ ...

OK Created 4 files. Flask API ready.

What it does

Writes code

Creates complete files with real code. No placeholders, no shortcuts.

Runs commands

Installs dependencies, runs tests, manages your project from the terminal.

Any AI provider

Ollama, OpenAI, Anthropic, Google, DeepSeek, Groq, Mistral, and more.

Free options

Local models with Ollama, or free tiers from DeepSeek, Groq, and Gemini.

Interactive setup

Choose your AI provider with an interactive menu. No config files needed.

Open source

MIT licensed. Fork it, modify it, make it yours.

AI Providers

9 providers. 30+ models. Choose what works for you.

OLLAMA

FREE — Local

DEEPSEEK

FREE — Cloud

GROQ

FREE — Cloud

GEMINI

FREE — Cloud

OPENAI

ANTHROPIC

MISTRAL

xAI

TOGETHER AI

Start building

One command. Any AI. Your terminal.

irm cipher.elevenpct.com/install | iex