Installation

Get 1ls up and running in your environment.

Using pnpm

Install 1ls globally to use it from the command line or in the browser.

bash
pnpm add -g 1ls

Works with npm-compatible package registries too.

Using Homebrew

On macOS or Linux, you can install via Homebrew for a native binary.

bash
brew install yowainwright/tap/1ls

Using curl

Install directly with a single command.

bash
curl -fsSL https://raw.githubusercontent.com/yowainwright/1ls/main/scripts/install.sh | bash

Verify Installation

Check that 1ls is installed correctly.

bash
1ls --version