Enable command shims
Generate shims and apply the PATH command Jolter prints.Restart the terminal or IDE after applying the persistent PATH command.
Install a tool
Install a managed pnpm version. Managed npm, pnpm, and Yarn releases run through the active Node.js runtime.
Pin the project
From the project root, write project requirements.Jolter creates or updates
jolter.json without removing unrelated tools.What you created
Your project now has a portable declaration:jolter.json
jolter.json. Do not commit JOLTER_HOME, .jolter, downloaded runtimes, or tool directories.
Move between projects
Jolter does not need a directory-change hook. The generatednode, pnpm, yarn, npm, bun, and deno shims resolve the current directory every time they run.
jolter use is used.
Next steps
Installation details
Inspect scripts before running, install release archives, build from source,
or upgrade Jolter.
First project
Prepare a real repository for local development and CI.
Automatic switching
Understand shims, PATH precedence, and command dispatch.
Troubleshooting
Fix PATH, proxy, offline cache, permission, and incomplete-install problems.