Skip to main content
Documentation
Getting started

Installation

The v0.1.5 npm artifact packages Apple Silicon macOS and Windows x64. Other targets currently require a source build.

Install from npm

npm install -g @byronwade/dits
dits --version

On either packaged target, the launcher requires Node.js 16 or later. Equivalent package-manager commands are:

bun install -g @byronwade/dits
pnpm install -g @byronwade/dits
yarn global add @byronwade/dits

Build the repository source

git clone https://github.com/byronwade/dits.git
cd dits
cargo build --locked --release -p dits
./target/release/dits --version

Building optional VFS functionality may require platform-specific FUSE dependencies. The default local CLI does not require a remote service.

Verify the installation

dits --version
dits --help

Next, follow the safe local evaluation. If the launcher fails, report the package version, Node version, operating system, architecture, and complete error output.