Docs menu
DocsGetting started

Introduction

What ChatOSS is — a local-first desktop AI workspace powered by local Ollama models, your own API keys, or ChatOSS cloud models.

Welcome to the ChatOSS docs. ChatOSS is a local-first desktop AI workspace — a native app where AI agents do real work alongside you: they write code in your repositories, plan and track tasks on an integrated Kanban board, and run in a suite of apps you can extend. Everything runs on your machine, and it's more than chat: it's a desktop "operating system for AI work" where each app in the dock is pluggable.

Three ways to power it

  1. Local Ollama models — run entirely on your machine, free forever. No account, no credit card, no limits.
  2. Your own API keys — bring any OpenAI-compatible provider (Anthropic, OpenAI, local servers like LM Studio or llama.cpp, and more) in Settings → API Keys. Requests route straight to that provider with your key.
  3. ChatOSS cloud models — a paid plan unlocks the cloud catalog. Browse the models and see pricing. Cancel anytime; local use is always free.

Download and install

ChatOSS installs on macOS, Linux, and Windows — grab the installer on the download page, or see all releases on GitHub. Local Ollama models need the Ollama daemon running on localhost:11434 — ChatOSS works with it out of the box.

What's in these docs

If you're building an app with an AI agent (inside ChatOSS's Code app or anywhere else), paste it the manual from the AI agent guide — the Build an app and API reference sections together are the complete, current contract.