Install Sovrium.
Get the binary in seconds, run your first app, and let an AI assistant scaffold the config for you.
Install Sovrium
Quick install
curl -fsSL https://sovrium.com/install | shHomebrew
brew install sovrium/tap/sovriumDocker
docker pull ghcr.io/sovrium/sovrium:latestFirst run
Point Sovrium at a config file and it boots a complete application on your machine.
sovrium start app.yamlBuild it with AI
Sovrium config is just typed data, so an AI assistant can write it for you. Install the types for autocompletion, hand the JSON Schema to your assistant, and let it scaffold an app.yaml.
Typed config with @sovrium/types
Add the zero-dependency types package for full defineConfig autocompletion in TypeScript — every field, type, and option is suggested as you write.
bun add -D @sovrium/typesSchema-to-assistant scaffolding
Export the JSON Schema and paste it into Claude or any AI assistant. It can then generate a valid app.yaml from a plain-language description of your app.
sovrium schema --output sovrium.schema.jsonAI-native at runtime
Beyond authoring, Sovrium ships AI fields and AI agents — so the apps you build can use AI directly, with provider precedence controlled by the operator.