What is Sennoric?
Sennoric builds the Axion product line — an AI agent that can read, write, and run code, browse the web, and use tools — available in three forms that share the same underlying agent and account:
- Axion CLI — a terminal agent. The most capable surface: full command execution, file editing, MCP servers, scheduled tasks.
- Axion Desktop App — a native chat app (Electron) that runs the same agent as the CLI and shares its credentials, models, and saved conversations.
- Chrome Extension — a browser sidebar that can read the current page and, with your approval, click, type, and navigate for you.
Sennoric also trains its own model family, Solan (Fresco and Glyph), which you can chat with for free on the website without an API key.
Creating an account
An account is created the first time you sign in — from the Desktop App's sign-in window, or on sennoric.com. Sign-in supports email/password, Google, GitHub, or Discord.
Choosing a model / connecting a provider
You don't need an API key to get started — Sennoric includes free models with no key required:
To use a paid provider (Anthropic, OpenAI, etc.), set a key with /api or an environment variable — see the CLI installation guide.
Quickstart: Axion CLI
That's it — no cloning or building. Once it's running, set a key or pick a free model, then just ask it to do something in your current directory.
Quickstart: Axion Desktop App
Install the app, then click Sign in or Create account. This opens Sennoric's authorization page in a sandboxed window; approve it and you're in.
Because the Desktop App shares the CLI's credential store (~/.axion), any provider key you've already set up in the CLI is available immediately — no need to re-enter it.
Quickstart: Chrome Extension
The extension is currently install-from-source only (not yet on the Chrome Web Store):
- Clone or download the extension repository.
- Open
chrome://extensions, enable Developer mode. - Click Load unpacked and select the repository folder.
- Press
Alt+Shift+Aor click the toolbar icon to open the sidebar.
Then import your CLI's model/key configuration in one step — see the Extension guide — instead of setting keys up a second time.