Ghost-ALICE OS

Official Addons

Language: πŸ‡ΊπŸ‡Έ English πŸ‡°πŸ‡· ν•œκ΅­μ–΄

Addons extend a Ghost-ALICE OS install with optional capability packages on top of the core skills. This page is the contributor and operator reference for the addon sources surfaced on the homepage: official aliases, custom repositories, tenant packages, and local development addons. They all enter through the same installer entrypoint.

For the full install command surface, read installation. For how to package an addon you build or bring in, read the addon authoring guide.

Contents

Official Addons

Official addons are maintained alongside the Ghost-ALICE core and are installed from the core checkout with a short alias. You do not need to know the repository URL; the alias resolves to the maintained source.

Install an official addon by passing its alias to the installer:

bash install.sh --addon autopilot
Addon Purpose Install Details
autopilot Continue verified work items through the privileged autonomous adapter after explicit approval. bash install.sh --addon autopilot AidALL/ghost-alice-autopilot

Custom, Tenant, And Local Development Addons

When an addon is not an official alias, install it from an explicit path or URL with --addon-source. The source can be a local directory, a fork, a tenant-specific package, or a checkout you are developing.

bash install.sh --addon-source /path/to/addon-repo

--addon-source also accepts a repository URL:

bash install.sh --addon-source https://github.com/your-org/your-addon.git

Where To Go Next