Wayland Core CLI (optional)
Install with npm
Section titled “Install with npm”The published package is scoped as @ferroxlabs/wayland-core. The binary it installs is wayland-core.
Run it once without installing:
npx @ferroxlabs/wayland-core "Read package.json and summarize it"Or install it globally:
npm i -g @ferroxlabs/wayland-coreThe 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:
wayland-core --versionBuild from source
Section titled “Build from source”If you would rather build it yourself, compile the Rust workspace in release mode:
cargo build --releaseThe binary lands at target/release/wayland-core.
Generate a config file
Section titled “Generate a config file”The standalone CLI keeps its own config. Create a starter config and then find where it lives:
wayland-core --init-configwayland-core --config-pathOpen the printed file and add a provider key, or sign in to Anthropic with OAuth:
wayland-core --loginRun it
Section titled “Run it”With the config in place, run a one-shot prompt or open the interactive session:
wayland-core "List the largest files in this directory"wayland-core