// v0.7.8

CODALITY

Self-hosted AI coding agent.

Write tickets. Codality writes the code, commits, and opens PRs.
Runs on your server, uses your API keys. One binary, five-minute setup.

localhost:3000 / ticket / CDL-42
Codality agent working on a real ticket
Codality issue tracker on mobile

Mobile first
Full dashboard on desktop. Fully responsive on your phone.

Three steps. That's it.

01

Write a ticket

Describe what you need. Bug fix, feature, refactor — just explain it in plain English.

02

Agent works

Codality reads your codebase, writes code, runs tests, and makes commits on a feature branch.

03

Review & merge

Review the diff, check test results, merge when ready. Full git history, no black boxes.

Everything you need. Nothing you don't.

Single Binary

One curl download. Single binary, no runtime deps. Runs on any Linux server.

🔒

Your Keys, Your Data

Bring your own OpenAI API key. Code never leaves your server.

Git Native

Works with your existing repos. Feature branches, atomic commits, real PRs.

📱

Mobile First

Full dashboard that works beautifully on your phone. Manage tickets from anywhere.

Customizable Prompts

Tune system prompts, methodology, reasoning effort per ticket type.

Auto Updates

codality update pulls the latest release. Or enable background auto-updates.

See it in action.

Designed mobile-first. Every screen works on your phone.

Projects
Manage all your repositories in one place
Projects Issue tracker Agent activity Settings Prompts & Model

Up and running in five minutes.

One command. No containers, no runtime, no config files.

$ curl -fsSL https://codality.dev/download/linux-amd64 -o codality
$ chmod +x codality
$ ./codality setup

Common questions.

What models does Codality support?

OpenAI models via the API — GPT-4.1, GPT-5.2, Codex, and any future models. Gemini and Anthropic support coming soon.

Is it really self-hosted?

Yes. Codality is a single binary that runs on your server. Your code, your API keys, your infrastructure. Nothing phones home.

How much does it cost to run?

Codality itself is free during beta. You pay OpenAI directly for API usage. Typical cost is $0.05–$0.50 per ticket depending on complexity.

Can I use it with private repos?

Absolutely. Codality runs on your server with your git credentials. It has the same access you do.