Downloads
Every way to run Sage, and an honest note on what has actually shipped. One account works across all of them.
We couldn't tell what device you're on, so nothing is highlighted — every client is listed below.
Sage CLI
Sage in your terminal. Same account, same models, any shell.
Available now
macOS · Linux · Windows
Published on PyPI as sage-ai-cli. The CLI is also what every editor integration talks to, so install it first.
The one-line installers below are the same scripts served from sageworksai.com; read them before you pipe them to a shell.
macOS / Linux
curl -fsSL https://sageworksai.com/install.sh | bash
Windows (PowerShell)
irm https://sageworksai.com/install.ps1 | iex
Any platform with Python
pip install sage-ai-cli
Web app
Nothing to install. Works on every device with a browser.
Available now
macOS · Windows · Linux · iOS · Android
Sage runs at sageworksai.com right now, on desktop and mobile browsers alike.
Sage serves a web app manifest, so you can add it to your home screen or dock from your browser's own menu and it will open in its own window.
Desktop app
A native window for macOS, Windows and Linux.
No published build detected — not released
macOS · Windows · Linux
The build pipeline produces a macOS .dmg for Apple silicon and Intel, .AppImage and .deb packages for Linux x64 and ARM64, and a Windows NSIS .exe on a Windows or wine-equipped host.
This page asks sageworksai.com/downloads/desktop/manifest.json which of those are actually published right now. It found none it could serve, so there is no download button here — either nothing is published yet, or the release repository is private and its assets cannot be handed to an anonymous visitor. Until then, the Sage CLI is how you run Sage on your desktop.
iOS app
iPhone and iPad.
Not on the App Store yet
iOS
Sage's iOS build targets the bundle id com.sageworksai.app, but there is no live App Store listing for it yet, so there is no store link to give you. Checked against Apple's own lookup API, which returns zero results for that bundle id.
In the meantime, open sageworksai.com in Safari and add it to your home screen — Sage serves a web app manifest, so it opens in its own window with no browser chrome.
Android app
Phones and tablets.
Not on Google Play yet
Android
Sage's Android build targets the package com.sageworksai.mobile, but there is no live Google Play listing for it yet, so there is no store link to give you. The Play listing for that package id answers HTTP 404.
In the meantime, open sageworksai.com in Chrome and add it to your home screen — Sage serves a web app manifest, so it installs as a standalone app.
Before you install: the desktop builds are NOT code-signed. macOS may say “Sage AI is damaged and can’t be opened” or that the developer cannot be verified — it is neither damaged nor unsafe, it is unsigned, and macOS quarantines anything a browser downloaded. Fix it either way: right-click the app and choose Open, or run xattr -dr com.apple.quarantine "/Applications/Sage AI.app" in Terminal. On Windows, SmartScreen will report an unknown publisher; choose More info → Run anyway. The Linux AppImage and .deb need nothing.
Editor integrations
Ten open-source integrations. They all drive the Sage CLI, so install that first. Each link goes to its GitHub repository — Sage's extensions are not published on the VS Code Marketplace, Open VSX or the JetBrains plugin repository, so you install them from the release artifact or from source.
What it costs
Installing a client costs nothing; your plan governs usage. Free is $0 and runs browser-only AI with 7 in-browser models. Starter is $19/mo, Pro $49/mo and Premium $99/mo, all billed by output tokens, with overage at $1.00, $0.80 and $0.50 per 1M output tokens respectively.