
flow
flow is a minimalist terminal dashboard that displays real-time network throughput with smooth animations, multiple responsive modes, and zero configuration.
它解决了在同一个 Linux 系统上使用多个 Claude Code 账户(例如工作和个人)的实际痛点,无需重复安装整个 Claude 或直接处理凭据。
A Linux-only profile switcher for Claude Code. It gives Claude Code an isolated
CLAUDE_CONFIG_DIR for each account and transparently forwards normal commands
to the official Claude executable.
claude account add work
claude account add personal
claude account use work
claude account list
claude account current
claude account remove personal
claude
claude "fix this bug in main.py"
Claude Code itself performs login, logout, credential storage, and token
refresh. claude-account never reads or copies credential contents.
[!IMPORTANT] This is an independent community project. It is not made, endorsed, or supported by Anthropic. Claude and Claude Code are products of Anthropic.
Download claude-account-v0.1.1-x86_64-unknown-linux-gnu.tar.gz and its
.sha256 file from the [latest release][releases], then verify and install it:
sha256sum --check claude-account-v0.1.1-x86_64-unknown-linux-gnu.tar.gz.sha256
tar -xzf claude-account-v0.1.1-x86_64-unknown-linux-gnu.tar.gz
./claude-account install
The installer prints one export PATH=... line. Add that line to ~/.bashrc
and open a new terminal. The shim lives in its own directory; it does not
replace the official Claude executable.
Confirm the installation:
type -a claude
claude account list
The claude-account shim should appear before the official Claude executable.
git clone https://github.com/hamzarehmandeveloper/claude-account.git
cd claude-account
cargo build --locked --release
./target/release/claude-account install
claude account add work
claude account add personal --email you@example.com
claude account add company --sso
claude account add api-billing --console
This opens Claude Code's official login flow. The first profile becomes active.
Adding another profile does not switch the active profile. The command also
completes Claude Code's local onboarding state, so the next claude launch
uses the saved login without asking you to authenticate again.
Switch between isolated Claude Code accounts on Linux without logging in again.
根据分类、Topic 和编程语言匹配的相似项目。

flow is a minimalist terminal dashboard that displays real-time network throughput with smooth animations, multiple responsive modes, and zero configuration.
Recensa is a self-hosted web viewer that indexes Claude Code session transcripts into a local SQLite database, enabling full-text search, replay, and audit of all past agent conversations without uploading data anywhere.

tty7 is a fast, GPU-accelerated terminal workbench with persistent sessions, built-in input tools, SSH support, and coding agent awareness.