Builder documentation

Build for Glixo Code and Agxos

Glixo modules extend the IDE, the agent, and the Agxos desktop through one catalog pipeline. Every installable package ships a glixo.module.json manifest, a zipped artifact, and optional marketplace assets.

How it works today — and where it's heading

Everything below is the current platform, and it works end to end. There are three ways a module runs:

Direction (in progress, not yet shipped): a next-gen platform that keeps built-in providers native, moves third-party executable extensions to a sandboxed WebAssembly runtime, and leaves declarative extensions runtime-free. Build against the current model — declarative contributions are stable — but treat the out-of-process adapter path as experimental: it's the piece the next version replaces, so don't over-invest in it.

What you can build

See every extension type → — each with a real, copy-pasteable example.

Workflow at a glance

  1. Create or fork a module under glixo-community-modules/catalog/.
  2. Validate the manifest on glixo.dev or via the API.
  3. Pack artifacts and sync the catalog for local testing.
  4. Sign in and publish — marketplace browsing stays public.

Start here