Aixia
aixia-agent
aixia-agent
Aixia's AI coding agent, preconfigured and installed as a single binary.

aixia-agent wraps the opencode agent, wired to Aixia's own LLM gateway. One binary, no setup: it signs you in with your Aixia account and runs entirely on Aixia-operated infrastructure. Your prompts and code stay within Aixia, nothing is ever sent to a third-party AI provider.

Install

Linux

curl -fsSL https://aixia-agent.kube.aixia.se/install.sh | bash

Installs to ~/.local/bin/aixia-agent. Works on x64 and Apple Silicon.

macOS

Download for Apple Silicon (.pkg) Download for Intel (.pkg)

Double-click to install: it places the CLI on your PATH (/usr/local/bin/aixia-agent) and the OpenWork desktop app in /Applications. Sign-in happens on first run. Most Macs from 2020 on are Apple Silicon (Apple menu → About This Mac).

macOS says it can't verify the developer?

The package isn't signed yet, so Gatekeeper blocks the first open. Right-click the .pkg → Open, or go to System Settings → Privacy & Security and click Open Anyway next to the aixia-agent notice, then re-open it. You only do this once.

Prefer the shell one-liner?
curl -fsSL https://aixia-agent.kube.aixia.se/install.sh | bash

Installs the CLI to ~/.local/bin/aixia-agent without admin rights (no OpenWork app).

Windows

Download the installer (.msi)

Run it and you're done: installs the CLI and the OpenWork desktop app, adds them to your PATH, and finishes by signing you in with your Aixia account. No PowerShell needed. Also deployable via Intune (msiexec /i aixia-agent-windows-x64.msi /qn, sign-in then happens on first run).

Prefer the PowerShell one-liner?
irm https://aixia-agent.kube.aixia.se/install.ps1 | iex

Installs to %LOCALAPPDATA%\Programs\aixia-agent and adds it to your PATH.

Then

  1. Run aixia-agent.
  2. Open the sign-in link it prints and authenticate with your Aixia account.
  3. It drops you into the agent. The session stays valid for 24 hours.

aixia-agent doctor checks your setup; aixia-agent --help lists everything else. For how to drive the agent itself, see the opencode documentation.

Uninstall

aixia-agent uninstall

Removes the binary, credentials and cached files. Your opencode session history is left untouched. Add -y to skip the prompt. On macOS the .pkg install is system-wide, so run sudo aixia-agent uninstall, that also removes /Applications/OpenWork.app and clears the installer receipt.

Verify a download

Installs are checked against a minisign signature and SHA-256 sums automatically.

linux-x64 darwin-arm64 darwin-x64 macos-arm64.pkg macos-x64.pkg windows-x64 windows-x64.msi SHA256SUMS .minisig