jolter
v1.1.0
Published
Official bootstrap installer for the Jolter CLI.
Maintainers
Readme
jolter
Official npm bootstrap installer for Jolter.
The jolter npm package is a lightweight installer wrapper. When installed, it automatically downloads and installs the official prebuilt binary of the Jolter CLI for your operating system and CPU architecture.
Installation
You can install jolter globally using your preferred JavaScript package manager:
npm
npm install -g jolterpnpm
pnpm add -g jolteryarn
yarn global add jolterBun
bun add -g jolterHow It Works
- During installation (
postinstall), the installer detects your OS (Windows,macOS,Linux) and architecture (x64,arm64). - It fetches the latest official Jolter release binary asset and SHA-256
checksums.txtfrom GitHub Releases (jolterjs/jolter). - It verifies the cryptographic SHA-256 checksum of the downloaded file.
- It extracts the archive (
.zipon Windows,.tar.gzon Unix) and installs the executable into:- Windows:
%LOCALAPPDATA%\Programs\Jolter - macOS / Linux:
~/.local/bin
- Windows:
- Future updates can be performed directly through Jolter itself:
jolter upgrade
PATH Configuration
If running jolter --version outputs "command not found", make sure your target installation directory is present in your shell's PATH:
- Windows: Ensure
%LOCALAPPDATA%\Programs\Jolteris in your User environmentPATH. - macOS / Linux: Add
~/.local/binto your shell profile (~/.bashrc,~/.zshrc, or~/.config/fish/config.fish):export PATH="$HOME/.local/bin:$PATH"
Telemetry & Privacy
- Zero Telemetry:
jolterdoes not collect tracking data, analytics, or user identifiers. - Official Binaries Only: All binaries are fetched directly over HTTPS from official GitHub Releases.
License
MIT © Jolter Maintainers & Contributors
