This document explains how to manage runtimes in your self-hosted Stormkit instance using the Admin Dashboard.
Stormkit’s runtime management system allows you to control which programming languages, package managers, and tools are available during your app deployments.
You can:
latestNote: You have to be an administrator to access this area.
node, go, npm, npm:@angular/cli24, 1.24) or latestTip: Refer to the mise documentation for a complete list of supported tools.
× icon next to the runtime you want to remove.When Auto install is enabled, Stormkit automatically installs required runtimes during deployment based on your app’s version configuration files.
To toggle:
The following files are recognized automatically:
| Runtime | Files |
|---|---|
| go | .go-version |
| node | .nvmrc, .node-version |
| python | .python-version, .python-versions |
| ruby | .ruby-version, Gemfile |
Stormkit relies on the mise open-source tool for runtime management. Current version is displayed in the Mise section.
mise.Note: Upgrading
misedoes not automatically upgrade installed runtimes. You’ll need to update those manually.
latest only for development or experimental environments.