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.
curl -fsSL https://aixia-agent-dev.kube.aixia.se/install.sh | bash
Installs to ~/.local/bin/aixia-agent. Works on x64 and Apple Silicon.
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).
irm https://aixia-agent-dev.kube.aixia.se/install.ps1 | iex
Installs to %LOCALAPPDATA%\Programs\aixia-agent and adds it to your PATH.
aixia-agent.
aixia-agent doctor checks your setup;
aixia-agent --help lists everything else.
For how to drive the agent itself, see the
opencode documentation.
aixia-agent uninstall
Removes the binary, credentials and cached files. Your opencode session
history is left untouched. Add -y to skip the prompt.
Installs are checked against a minisign signature and SHA-256 sums automatically.
linux-x64 darwin-arm64 darwin-x64 windows-x64 windows-x64.msi SHA256SUMS .minisig