Skip to content
This repository was archived by the owner on Jul 6, 2026. It is now read-only.

Releases: democra-ai/claudius

v0.1.13 — logo redesigned from official Claude mark

Choose a tag to compare

@tao-shen tao-shen released this 27 May 17:04

What's new

The app icon and logo were rebuilt from the official Claude mark
(extracted from Claude.app and composited into the three-card stacking
treatment that expresses the multi-profile idea). All in-app icons —
toolbar brand mark, hero screenshot, dock/finder icon — now use the new
artwork. Same identifier (com.claude-multiprofile.manager), so this
is an in-place upgrade for existing installs.

Install

  1. Download Claudius_0.1.13_aarch64.dmg below.
  2. Open it and drag Claudius to /Applications (or ~/Applications).
  3. First launch: right-click → Open (this is an unsigned build).

Apple Silicon only for now.

Verify

shasum -a 256 Claudius_0.1.13_aarch64.dmg

v0.1.12 — sunburst logo

Choose a tag to compare

@tao-shen tao-shen released this 27 May 16:53

Logo refresh — replaced the serif C lettermark on the top card with Claude's signature 8-petal sunburst. Same three-card stack metaphor for "multiple profiles"; the top card now wears Claude's own mark instead of a borrowed serif initial.

Install

Download Claudius_0.1.12_aarch64.dmg below, double-click to mount, drag Claudius.app into /Applications.

xattr -dr com.apple.quarantine "/Applications/Claudius.app"

Apple Silicon (aarch64) only.

What changed since v0.1.11

  • New app icon: three stacked rounded copper cards, top card carries an 8-petal cream sunburst (Claude's brand idiom).
  • All macOS/iOS/Android icon sizes regenerated.
  • Toolbar logo mark updated to match.
  • Same bundle ID — macOS treats this as v0.1.11's in-place successor.

Source SVG: docs/assets/logo.svg.

v0.1.11 — Claudius (rebrand)

Choose a tag to compare

@tao-shen tao-shen released this 27 May 16:47

Claudius — the rebrand release.

Claude Multiprofile was descriptive but clunky. The app is now Claudius — single word, Roman gravitas, and the multi-account semantics now live in the logo (a stack of three rounded copper cards) instead of in the name.

Install

Download Claudius_0.1.11_aarch64.dmg below, double-click to mount, drag Claudius.app into /Applications. First-launch quarantine fix if Gatekeeper complains:

xattr -dr com.apple.quarantine "/Applications/Claudius.app"

Apple Silicon only (aarch64).

What changed since v0.1.10

  • New name & logo. App display name is Claudius; window title and Dock label match. The lettermark C badge in the toolbar became a small three-stack mark — same visual at 22px as the full 1024px icon.
  • All icon sizes regenerated from the new SVG (docs/assets/logo.svg) — .icns for macOS, plus iOS / Android / Windows variants in the bundle.
  • Repo renamed: democra-ai/claude-multiprofiledemocra-ai/claudius. The old URL auto-redirects via GitHub, so existing npm install -g github:democra-ai/claude-multiprofile and git clone invocations still resolve.

Compatibility

This is a same-app update, not a fresh install:

  • Bundle identifier (com.claude-multiprofile.manager) is unchanged.
  • The CLI command name stays claude-multiprofile for script compatibility.
  • Profile registry path stays ~/.config/claude-multiprofile/profiles.json.
  • On-disk backup folder stays Claude Multiprofile Backups.

So macOS treats v0.1.11 as v0.1.10's successor — your existing preferences and LaunchServices registration carry over. Just replace the .app and relaunch.

Tech stack — unchanged

Tauri 2 + Rust backend · React 18 + Vite + TypeScript + Tailwind + shadcn/ui frontend · Fraunces / Geist / JetBrains Mono.

v0.1.10 — desktop GUI rewrite

Choose a tag to compare

@tao-shen tao-shen released this 27 May 15:34

First public release of democra-ai/claude-multiprofile — the desktop GUI rewrite on top of the upstream CLI.

Install

Download Claude Multiprofile_0.1.10_aarch64.dmg below, double-click, drag to /Applications. On first launch macOS may warn — right-click the app and pick Open, or strip the quarantine flag:

xattr -dr com.apple.quarantine "/Applications/Claude Multiprofile.app"

Apple Silicon only (aarch64). Intel Mac build will follow if there's demand.

What's in this release

Desktop GUI

  • The Grid — content matrix where rows are items (extensions, MCP servers, Cowork skills, Code sessions, Cowork sessions, Preferences) and columns are your profiles. Toggle a cell to share; the change is staged as pending and applied atomically on Apply.
  • 5-state share semantics with double-encoded glyphs (■ shared · ● copied · ◐ diverged · ○ independent · · absent), readable at distance and colorblind-safe.
  • Live profile detection — sidebar polls ps every 10 s; the profile whose Claude.app --user-data-dir is currently running gets a pulsing copper dot and a LIVE pill, and floats to the top.
  • Single-row macOS title bar via tauri-plugin-decorum — traffic lights inset and aligned with the toolbar content.
  • Combined profile creation — one Create button optionally sets up both the Desktop launcher (.app + Dock icon) and the Claude Code CLI alias (claude-<name> + ~/.claude-<name>/ config) in a single step, with optional seeding from ~/.claude.

Profile detail panel (codexbar-style)

Slides in from the right when you click a profile. Surfaces:

  • Today's token count (from buddy-tokens.json) with a progress bar
  • Rolling 5h / 7d / 30d code session counts derived from session-file timestamps
  • Pace vs your own 7-day baseline (↗ N% above 4.2/d)
  • Multi-account identity (owner + co-users), with name and email pulled from Cowork agent-mode session files; owner determined by cowork-enabled-cli-ops.json
  • Storage breakdown by feature (code panel / Cowork agent / other) via du -sk -x
  • Workspace symlink group + which other profiles share it
  • Device id (base64-decoded from ant-did), org id, SSH remote count, profile created-at

Sharing models

  • Live symlink (Extensions, Cowork Skills, Code workspace): the target's folder becomes a symlink to the source's, edits propagate both ways.
  • Copy on apply (MCP servers, Preferences): JSON keys can't be symlinked, so the value is copied atomically (temp + rename). Preferences are gated by a hard-coded allowlist to keep account-bound keys out.

Code / Cowork session visibility

Every cwd you've worked in becomes a matrix row, with cells showing session counts + last activity + most-recent conversation title. Cowork-generated git worktrees use the session title instead of the random distracted-matsumoto-3d0a5f directory name. Click a row to see the actual session list per profile with model badges (opus-4-7, sonnet-4-6, etc.).

CLI (unchanged from upstream v0.1.9)

The original interactive wizard from jmdarre-v/claude-multiprofile is shipped intact: add, list, status, extensions, repair, remove, upgrade. Install via:

npm install -g github:democra-ai/claude-multiprofile

What's not in this release

Anthropic's 5h / weekly quota numbers. Those live in Claude Desktop's IndexedDB as binary protobuf blobs we'd have to reverse-engineer (fragile) or fetch via the Anthropic API using your OAuth token (breaks profile isolation). We deliberately don't ship either — see What we don't show in the README for the honest version.

Tech stack

Tauri 2 + Rust backend · React 18 + Vite + TypeScript + Tailwind + shadcn/ui frontend · Fraunces + Geist + JetBrains Mono typography.

Acknowledgments