One Omni key reaches every API on the marketplace - now from a native desktop app on Windows and Linux, inside VS Code, from your terminal, in a typed SDK for any language, or straight into your AI assistant.
Browse the marketplace, try any endpoint, grab SDK snippets, and set up MCP - in a fast native app. Your key is stored in the Windows Credential Manager, never in a file. It updates itself - new versions install with one click, no reinstall.
v0.1.4 · Windows 10/11 (x64) · auto-updating · 2.2 MB
The same native app, packaged as a .deb for Ubuntu and Debian-based distros. Your key is stored via the system Secret Service (GNOME Keyring / KDE Wallet). Auto-updates work out of the box.
v0.1.4 · Ubuntu / Debian (x64) · auto-updating · 3.4 MB
sudo dpkg -i OmniStream.deb && sudo apt-get install -fBrowse APIs in the sidebar, try endpoints in a panel, insert typed call snippets at your cursor, and configure MCP - without leaving the editor.
# download the .vsix from the button above, then:
code --install-extension omnistream-vscode.vsixOne command reaches every API from your terminal, plus a live dashboard.
npm i -g omnistream-cli
omni check # live terminal dashboardTyped clients with the same call() shape in every language.
# TypeScript / JavaScript
npm i omnistream-sdk
# Python
pip install omnistream-sdk
# Rust
cargo add omnistream
# Go
go get github.com/soccervortex/omnistream-goLet Claude, Cursor, or any MCP client browse and call every API - your key never enters the model's context.
# Any MCP client (Claude Desktop, Cursor, ...)
npx omnistream-mcp