deskctl/npm/deskctl-cli
Hari 714e34ba19
nix (#7)
npm
cargo
2026-03-25 23:18:28 -04:00
..
bin nix (#7) 2026-03-25 23:18:28 -04:00
scripts nix (#7) 2026-03-25 23:18:28 -04:00
package.json nix (#7) 2026-03-25 23:18:28 -04:00
README.md nix (#7) 2026-03-25 23:18:28 -04:00

deskctl-cli

deskctl-cli installs the deskctl command for Linux X11 systems.

Install

npm install -g deskctl-cli

After install, run:

deskctl --help

One-shot usage is also supported:

npx deskctl-cli --help

Runtime Support

  • Linux
  • X11 session
  • currently packaged release asset: linux-x64

deskctl-cli downloads the matching GitHub Release binary during install. Unsupported targets fail during install with a clear runtime support error instead of installing a broken command.

If you want the Rust source-install path instead, use:

cargo install deskctl