Skip to content

Supported Tools

aisw supports the main AI coding CLI tools people usually want to manage across multiple accounts: Claude Code, Codex CLI, and Gemini CLI.

If you are looking for a Claude Code account switcher, a Codex CLI profile manager, or a Gemini CLI multi-account workflow, these are the tools currently covered.

ToolBinary expected on PATHMinimum version known to work
Claude Codeclaude1.0.0
Codex CLIcodex1.0.0
Gemini CLIgemini0.1.0

aisw detects each tool by searching PATH for the binary name. It does not hardcode install locations. If a binary is not found, aisw status reports it as not installed and aisw use will refuse to switch to that tool.

Version detection runs <binary> --version and captures the output as-is. If the binary exits non-zero or produces no output, the version is reported as unknown — this does not prevent aisw from managing the tool’s profiles.

  • Which AI CLI tools does aisw support?
  • Does aisw support Claude Code?
  • Does aisw support OpenAI Codex CLI?
  • Does aisw support Google Gemini CLI?
  • Can I manage multiple accounts for Claude, Codex, and Gemini from one CLI?