clauded User Guide
8/21/26About 1 min
clauded is the local client that connects your dedicated subscription account to your machine. It runs a small background service that routes Claude Code, editor extensions and the desktop app through the dedicated runtime assigned to you; the web version is served by the gateway directly.
It has two faces with exactly the same capabilities — mix them freely:
- Command line —
clauded(codexdfor Codex), on macOS / Windows / Linux - Graphical console — a menu-bar resident plus one window, on macOS / Windows
Before you start
You need a dedicated subscription and you must approve this device in the console. Without a subscription you can install the client but you will not be able to log in.
Three steps
# 1. Install (macOS / Linux)
curl -fsSL https://dash.augmunt.com/clauded/install.sh | bash
# 2. Register this device — click Approve in the browser
clauded login
# 3. Start working
clauded The Windows command, and everything you can do after logging in, is covered in the pages below.
How to read this guide
| Page | Contents |
|---|---|
| Install | One command, plus verifying, updating and uninstalling |
| Command line | Login, status, the four surfaces, routes and logs |
| Graphical console | Menu bar, console window and log view in detail |
| Command reference | Every command in one table |
| Troubleshooting | Symptom table — start here when something breaks |
| Data and restore | What it writes to your machine, and how it restores your setup |
Four ways to use one account
| Surface | How to get in | Background service |
|---|---|---|
| Command line | clauded | Yes (started for you) |
| Web | clauded web | No |
| Desktop | clauded app (macOS) | Yes |
| Editor extensions | clauded ide install, then use the extension as usual | Yes |
