Skip to content

Wayland Core CLI (optional)

The published package is scoped as @ferroxlabs/wayland-core. The binary it installs is wayland-core.

Run it once without installing:

Terminal window
npx @ferroxlabs/wayland-core "Read package.json and summarize it"

Or install it globally:

Terminal window
npm i -g @ferroxlabs/wayland-core

The package depends on a per-platform binary and resolves the right one for your operating system and architecture during install. After it finishes, confirm the binary is on your path:

Terminal window
wayland-core --version

If you would rather build it yourself, compile the Rust workspace in release mode:

Terminal window
cargo build --release

The binary lands at target/release/wayland-core.

The standalone CLI keeps its own config. Create a starter config and then find where it lives:

Terminal window
wayland-core --init-config
wayland-core --config-path

Open the printed file and add a provider key, or sign in to Anthropic with OAuth:

Terminal window
wayland-core --login

With the config in place, run a one-shot prompt or open the interactive session:

Terminal window
wayland-core "List the largest files in this directory"
wayland-core