Skip to main content
v0.1.5 alpha

Install the local Dits alpha

The v0.1.5 npm package contains binaries for Apple Silicon macOS and Windows x64. Other targets currently require a source build. No account or remote service is required.

Install from npm
Two packaged targets
Requires Node.js 16 or later. Confirmed package targets: macOS arm64 and Windows x64.
npm install -g @byronwade/dits
dits --version

Linux, Intel macOS, and Windows arm64 binaries are not present in the published v0.1.5 npm artifact.

Build the source
Use the Rust workspace on targets not packaged by npm, or when reviewing the implementation directly.
git clone https://github.com/byronwade/dits.git
cd dits
cargo build --locked --release -p dits
./target/release/dits --version