Start in 5 minutes
Install Jolter, enable shims, select Node.js, pin pnpm, and run a project
sync.
Create your first project
Add
jolter.json, commit it, and give every contributor the same toolchain.Automate CI
Use
jolter setup-ci today and the planned setup action when it ships.Build a plugin
Package new ecosystem tools behind verified Jolter plugin commands.
Why teams use Jolter
Jolter solves the part of JavaScript tooling that quietly breaks builds: local runtime drift, different package-manager versions, CI jobs that resolve differently from laptops, and command routing that depends on shell state.| Problem | Jolter behavior |
|---|---|
| Developers keep switching Node.js versions by hand | Shims resolve the project on every command invocation |
| CI installs a different runtime than local development | jolter.json and jolter setup-ci use the same resolver |
| Package managers move unexpectedly | Tools can be pinned by major, minor, exact version, or verified hash |
| Missing or broken installations are hard to diagnose | jolter doctor reports storage, PATH, project, cache, proxy, and compatibility findings |
| Tool downloads need verification | Runtime archives and tool tarballs are checked before publication |
Supported toolchains
| Category | Supported |
|---|---|
| Runtimes | Node.js, Bun, Deno |
| Built-in tools | npm, pnpm, Yarn |
| Plugin tools | Registry-backed tool providers through schema v2 plugins |
| Platforms | Windows x64, Linux x64, macOS x64, macOS ARM64, WSL |
| Shells | PowerShell, Command Prompt, Bash, Zsh, Fish |
The short version
jolter.json file that belongs in source control:
jolter.json
Documentation map
Guides
Practical workflows for runtimes, tools, monorepos, automatic switching,
updates, and team onboarding.
Reference
Exact command syntax, selectors, configuration fields, environment
variables, and storage contracts.
Operations
Diagnose broken PATH entries, incomplete installs, cache misses, proxy
problems, and lifecycle tasks.
Security
Review Jolter’s trust boundaries, integrity checks, archive safety, plugin
verification, and reporting flow.