Use this page to get a StacyVM server running before you follow the quickstart.Documentation Index
Fetch the complete documentation index at: https://docs.stacyide.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- Linux is recommended for runtime work. macOS is useful for SDK and docs development, but Docker provider behavior should be certified on Linux before public claims.
- Docker is required for the default local provider path.
- Go is required only when building from source.
OS-Specific Setup
Use the Prerequisites OS setup before choosing an installation mode:- macOS: Docker Desktop plus Go for
make serve. - Windows: WSL 2 with Ubuntu and Docker Desktop WSL integration.
- Linux: Docker and Go from your distribution package manager.
- Ubuntu: Docker Engine, Compose plugin, Go, Git, curl, and make.
Option 1: Release Binary
Use a signed GitHub release for production-like installs.v0.14.4 with the release tag you plan to deploy.
Option 2: Docker Compose
The repository includes a production-oriented Docker Compose starting point..env before exposing the service. Use strong API keys, exact CORS origins, and a persistent data directory.
Option 3: Source Checkout
Build from source when you are contributing to StacyVM itself.Configure Auth
For local experiments you can run without auth. For any shared host, enable auth and passX-API-Key from clients.

