Skip to content
StreamIO AI Logo
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.

Choose your platformQuick installv0.1.0April 3, 2026
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 | bash
Windows (PowerShell)
PS>irm https://www.streamio.ai/install.ps1 | iex
Platforms

Direct downloads

Download the artifact for your platform and architecture directly below.

macOSApple Silicon & Intel
Apple Silicon (M1/M2/M3/M4)claudio-v0.1.0-darwin-arm64.tar.gz~82 MB
One-line install
$curl -fsSL https://www.streamio.ai/install.sh | bash
Homebrew
$brew install --cask claudio
Linuxx64 / amd64
One-line install
$curl -fsSL https://www.streamio.ai/install.sh | bash
Windowsx64
One-line install
$irm https://www.streamio.ai/install.ps1 | iex
WinGet
$winget install Streamio.Claudio
CMD
$curl -fsSL https://www.streamio.ai/install.cmd -o install.cmd && install.cmd && del install.cmd
What'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
$claudio
View all options
$claudio --help
Revert to previous version
$claudio --rollback
Remove Claudia
$claudio --uninstall
Pin version (skip auto-updates)
$export CLAUDIO_VERSION=0.1.0
Requirements

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