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.
What you can build
- Glixo Code extensions — sidebars, settings panels, agent tools, skills, commands, and session UI in the IDE.
- LLM provider extensions — declarative model providers (Ollama, OpenAI-compatible gateways, OAuth).
- Agxos apps — windowed desktop apps in Agxos mode (template apps or coded bundles).
- App Maker — describe an app in plain language; the agent scaffolds, iterates, and publishes it.
- Extend an existing app — fork a catalog app and add features without starting from scratch.
Workflow at a glance
- Create or fork a module under
glixo-community-modules/catalog/. - Validate the manifest on glixo.dev or via the API.
- Pack artifacts and sync the catalog for local testing.
- Sign in and publish — marketplace browsing stays public.