What is Sennoric? Creating an account Choosing a model / connecting a provider Quickstart: Axion CLI Quickstart: Axion Desktop App Quickstart: Chrome Extension

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:

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.

One account, every surface. The same sennoric.com account is used for web chat, API key management, and Desktop App sign-in.

Choosing a model / connecting a provider

You don't need an API key to get started — Sennoric includes free models with no key required:

/model glyph ← Sennoric's own Glyph model, no key /model groq ← Llama 3.3 70B via Groq, free /model gemini ← Gemini 2.0 Flash, generous free tier

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

curl -fsSL https://sennoric.com/install.sh | sh axion

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):

Then import your CLI's model/key configuration in one step — see the Extension guide — instead of setting keys up a second time.