@claugeAi: What I Built Clauge is a cross-platform desktop app (Rust + Tauri, ~25MB, sub-second cold start) that brings 7 dev tool…

X AI KOLs Timeline Products

Summary

Clauge is an open-source cross-platform desktop app built with Rust and Tauri that integrates multiple developer tools — including parallel coding agents, a Kanban workspace, and an API client — all with AI capabilities.

What I Built Clauge is a cross-platform desktop app (Rust + Tauri, ~25MB, sub-second cold start) that brings 7 dev tools into one window: - Website: https://t.co/B5zo85myqU - GitHub: https://t.co/RkHXWBKLgF #OpenSource #build #agent https://t.co/43o5ORpUjD
Original Article
View Cached Full Text

Cached at: 05/25/26, 10:49 AM

What I Built

Clauge is a cross-platform desktop app (Rust + Tauri, ~25MB, sub-second cold start) that brings 7 dev tools into one window:

  • Website: https://t.co/B5zo85myqU

  • GitHub: https://t.co/RkHXWBKLgF

#OpenSource #build #agent https://t.co/43o5ORpUjD


Clauge — AI-POWERED SUPER-APP FOR DEVELOPERS

Source: https://clauge.in/ REFCLG-HOME-001◆ AI-POWERED SUPER-APP FOR DEVELOPERSCLAUGE.IN

PLATE 01— clauge.in · Agent mode · live preview —SCALE 1:1

~/atlas-team/atlas★ MCP · :7421 · clauge.in

**Eight modes, one keyboard.**Hover the left rail or press ⌘1–⌘8 to switch.OUTPUT · 1180 × 720 MODULE 01 / AGENTCL-AGT · PARALLELISM · COORD

Coding agents, in parallel.

Spawn multiple terminal-based sessions —Claude,Codex,Gemini,OpenCode— each pinned to a purpose (brainstorming, development, code review, PR review, or custom), each in its own git worktree, each with its own context. Resume exactly where you left off, even after a restart.

PurposesBrainstorming · Development · Code Review · PR Review · Custom— every session is pinned to a purpose; the AI prompt and tools are primed for that workflow.Parallelism**Unbounded.**Spawn N concurrent agent sessions. Each gets its own git worktree, its own context.ResumeSessions survive restarts and crashes. Pick upexactlywhere you left off — tabs, scroll, pending prompts.Approval gatesEveryBash,Edit, andWriteis gated. Reads are free, writes require yourOK.Context managerPin files, folders, and MCP servers per session. Save sets, reuse across sessions.TelemetryTokens, cost, cache-hit, model mix — per session and aggregated.No upsell, just facts.

MODULE 02 / WORKSPACECL-WS · BOARDS · COWORKERS · MCP

The brain for the work.

A Kanban + notes layer your agents can actually read, write, and act on. Coworkers (Tech Lead, Brainstormer, Developer, Reviewer, QA — your own personas) can claim cards, comment, raise PRs. A built-inMCP serverexposes 30+ tools so any external AI can query and mutate your workspace —auto-started on launch, no flag, no setup.

BoardsKanban· Backlog → Todo → In Progress → In Review → Done.Reviewis a safety gate, not a column you skip past. Cards carry priority, tags, comments, review checklists, PR + session links.Two-way GitPull open issues fromGitHubandGitLabinto a board — finish the card and push it back as a pull request.Project linkingPoint a workspace at a git repo and Clauge auto-spawns one board per subproject.CoworkersNamed AI personas with their own prompts and providers. Read cards, comment, request changes, claim work, commit,raise PRs, hand back for review.Single-owner lockOnly one coworker — or one terminal session — owns a card at any moment. Switching owners, claiming from a terminal, and chatting in the card drawer all go through the same lock.No race conditions, no lost work.NotesANotion-style WYSIWYG editorfor markdown — not a textarea. Per-project, linked to sessions, full-text searchable across every board, exposed through MCP.MCP server45+ toolsover board ops, card lifecycle, notes, REST collections, and coworker coordination — includingcards\_call\_coworkerso the agent in your terminal can*@-mention*a coworker on a card without leaving the shell.InboxMentions, review requests, approval queues —one pane, across every board.

MODULE 03 / RESTCL-RST · HTTP · COLLECTIONS · BATCH

An API client your AIcan drive.

Build, save, and run HTTP requests. Or just say*“run the smoke tests in staging”*— the AI fires the whole collection, tracks pass/fail, summarises failures with the failing request inline. Agents can alsoread, edit, and addcollections and requests through Clauge’s MCP server.

MCP exposedAgentslist, read, create, update, and deletecollections, requests, and environments via Clauge’s built-in MCP server — Claude Desktop, Cursor, or any MCP-speaking client can drive your REST workspace.CollectionsFolders, tags, per-collection auth, pre-script hooks. Postman v2 / v2.1 import.EnvironmentsGlobal, per-collection, per-request — overrides clearly resolved.AI AssistanceFires whole collections from natural language. Summarises failures with the failing request.HistoryEvery request you’ve ever sent. Resurrect, diff, re-fire.Generate from EnglishDescribe an endpoint; the AI writes the request and saves it in the right collection.

MODULE 04 / SQLCL-SQL · MULTI-ENGINE · NL-TO-SQL

One SQL client. Every engine.

PostgreSQL, MySQL, ClickHouse, SQLite, Cloudflare D1— same editor, same shortcuts, same AI. Ask in English; Clauge writes the query schema-aware, runs it through your bastion, renders rows.

EnginesPostgreSQL · MySQL · ClickHouse · SQLite · Cloudflare D1— same UX across all.AI · NL → SQL“Top customers Q2“ → schema-aware query, ready to run.Schema browserTables, columns, indexes, foreign keys — one-click jump and inline editing.SSH tunnelingBastion connections shared across modes. Keychain-backed credentials.Translate dialectsPostgres → MySQL → ClickHouse. AI rewrites the query for the target engine.

MODULE 05 / NOSQLCL-NOS · MONGO · REDIS

One NoSQL client. Every store.

Browse document stores like a real database client. Walk key-value engines with TTL and streams. Translate intent into the rightfind, aggregation, orSCAN— engine-aware AI, never mixes the two.

EnginesMongoDB · Redis— engine-aware AI, never mixes the two.JSON query editorAuto-format, schema hints, inline document preview.Aggregation pipelinesStage-by-stage builder; preview output between every step.Redis consoleKeys, TTL, streams, pub-sub — interactive, in one panel.AI document filter“Pro users inactive 30 days“ → JSON filter, ready to run.

MODULE 06 / SSHCL-SSH · PROFILES · TUNNELS · AI

A terminal that asks first.

Persistent SSH with reusable profiles, tunneling, and an AI Assistance. Reads are free, writes are gated — every destructive command requires a one-key confirmation before it touches the wire.

AuthenticationPassword · Public-key · Agent · Jump host— ed25519 by default, OS keychain backed.Profile managerTag servers, group by environment, filter by protocol. Openmultiple tabs against the same host— no re-authenticating.TunnelingLocal / remote port-forwarding shared with SQL, NoSQL, REST — wire it once.AI commandsPlain-English → shell. Destructive commands aredry-run first, gated with [Cancel] / [Run].Stream summaryAI watches stdout, surfaces what matters from long-running output.

MODULE 07 / EXPLORERCL-EXP · LOCAL · S3 · AZURE · SFTP

Every storage, one explorer.

Walk local folders, S3 buckets, Azure Blob containers, and SFTP paths like one filesystem. Sort, filter, preview inline. Ask*“what grew today?”*— the AI tells you.

BackendsLocal · Amazon S3 (+ compatibles) · Azure Blob · SFTP / SSH— same UI everywhere.Bulk transferDrag-and-dropin or out, right-click*“Download to…”to anywhere on disk. Resumable, parallel, with a live transfer panel that logs every operation and lets you cancel mid-flight.Quick previewText, JSON, CSV preview inline — no round-trip download.AI scan“What grew today?“ — the AI summarises large or recent files.Confirmation gatesDestructive ops (delete, overwrite) require an explicitOK*. S3 provider presets included.

DATASHEET / COMPATIBILITYPROTOCOL · DRIVER · MODEL · SDK

Talks toeverything.

No glue scripts. No SDK shims. Clauge speaks the same protocols, drivers, and APIs your stack already uses — and exposes them to every AI agent through MCP.

AI agentsClaudeCodexGeminiOpenCodeSQL enginesPostgreSQLMySQLClickHouseCloudflare D1SQLiteNoSQL enginesMongoDBRedisObject storageAmazon S3S3-compatibleAzure BlobFile transferSFTPFTPLocal FSHTTP & specsREST / HTTPcURLPostman v2 / v2.1OpenAPISSHOpenSSHed25519Agent forwardingmacOS KeychainMCPBuilt-in Clauge MCP server45+ toolsauto-starts on launchstdioHTTP ACQUIRE / 00FREE · NONCOMMERCIAL · ALL PLATFORMS

Similar Articles

@geekbb: A Tauri (Rust + Svelte) desktop app that integrates a programming AI agent, API client, SQL/NoSQL editor, SSH terminal, remote file browser, and project management kanban board into a single interface — developers don't need to switch between multiple apps. https://gith…

X AI KOLs Timeline

Clauge is a Tauri (Rust + Svelte) desktop app that combines a programming AI agent, API client, SQL/NoSQL editor, SSH terminal, remote file browser, and project management kanban board into one interface, so developers don't have to switch between multiple applications.