Downloads
Download Claudia
AI-powered CLI for intelligent video & screen analysis. Install in under 60 seconds — no prerequisites needed. Claudia bundles everything it needs, including its own runtime.
Quick Install
One-line installer
The installer auto-detects your OS and architecture. Run the command for your platform and you're ready in under 60 seconds.
macOS / Linux
$
curl -fsSL https://www.streamio.ai/install.sh | bashWindows (PowerShell)
PS>
irm https://www.streamio.ai/install.ps1 | iexPlatforms
Direct downloads
Download the artifact for your platform and architecture directly below.
macOS — Apple Silicon & Intel
One-line install
$
curl -fsSL https://www.streamio.ai/install.sh | bashHomebrew
$
brew install --cask claudioLinux — x64 / amd64
One-line install
$
curl -fsSL https://www.streamio.ai/install.sh | bashWindows — x64
One-line install
$
irm https://www.streamio.ai/install.ps1 | iexWinGet
$
winget install Streamio.ClaudioCMD
$
curl -fsSL https://www.streamio.ai/install.cmd -o install.cmd && install.cmd && del install.cmdWhat's Included
What's included
Bundled RuntimeBun 1.2.5 ships inside — no Node.js, npm, or Bun install needed.
Auto-UpdatesSilent background updates every hour. Pin a version anytime with an env var.
Instant RollbackPrevious version preserved. Run claudio --rollback to swap back instantly.
Verified DownloadsEvery artifact checked against SHA-256 checksums before install.
After Install
After installation
Open a new terminal and run claudio to start. The CLI auto-configures on first launch.
Launch Claudia
$
claudioView all options
$
claudio --helpRevert to previous version
$
claudio --rollbackRemove Claudia
$
claudio --uninstallPin version (skip auto-updates)
$
export CLAUDIO_VERSION=0.1.0Requirements
System requirements
macOSmacOS 12 Monterey or later (Apple Silicon or Intel)
LinuxUbuntu 20.04+, Debian 11+, Fedora 36+, or equivalent (x64)
WindowsWindows 10/11 (x64) with Git for Windows installed
Disk Space~150 MB free (current + rollback copy)
NetworkInternet connection for download and auto-updates
Changelog
Changelog
v0.1.0April 3, 2026Latest
Initial release of Claudia CLI
AI-powered video & screen analysis from the terminal
Cross-platform support: macOS (ARM + Intel), Linux, Windows
One-line installer with SHA-256 verification
Silent background auto-updates (hourly)
Rollback support — instantly revert to previous version
Version pinning via CLAUDIO_VERSION environment variable
Bundled Bun 1.2.5 runtime — no external dependencies