New APIs, features, and fixes as they ship.
The desktop app is now available as a .deb package for Ubuntu and Debian-based distros. Same features as Windows: marketplace browsing, endpoint testing, SDK snippets, and one-click MCP setup. Your API key is stored securely via the system Secret Service (GNOME Keyring / KDE Wallet). Auto-updates work out of the box.
Removed RAWG Video Games (upstream server unreachable behind Cloudflare) and Amadeus Flight Offers Search (DNS no longer resolves). The marketplace now only lists APIs with working upstreams.
The changelog is now managed through the gateway API - new entries, updates, and removals take effect instantly without redeploying the website.
The APIs developers ask for most are now in the marketplace, callable with your one Omni key. Bring-your-own-key: GitHub, Stripe, Anthropic (Claude), Airtable, Resend, and SendGrid. Keyless and instant: Hacker News, World Bank, Open Brewery DB, Universities, TheCatAPI, and live ISS tracking. We also swept out dead and misconfigured listings so what you see is what actually works.
OmniStream now hosts its own APIs: Dev Tools, Mock Data, QR Codes, Convert, Text, Random, Validate, and Encode. 41 endpoints, all keyless, all callable with your one Omni key.
Every parameter shows its description, fields come pre-filled with a working example, and required fields are checked before a call is sent. For keyless APIs the first click returns real data with zero typing. Binary responses now render inline.
Listings now show only an API public consumer surface: admin, internal, and deprecated endpoints are filtered out automatically at ingest.
Endpoints with path parameters (like /movie/{id}) previously failed with an upstream 404 when called via the try-it console, SDK, or MCP server. The proxy now fills path parameters from your call params.
Every listing says upfront whether your Omni key alone is enough (key included) or the API needs your own provider key (bring your own key).
Store your own key for any listed API and the proxy injects it automatically on every call. Keys are encrypted at rest with AES-256-GCM.
omnistream-mcp lets Claude, Cursor, or any MCP client browse and call every marketplace API directly.
Fixed mobile layout bugs - tables and code blocks that overflowed the viewport, grids that did not stack correctly on small screens.