deskctl/npm/deskctl
2026-03-27 14:10:07 +00:00
..
bin rename (#11) 2026-03-26 08:51:15 -04:00
scripts rename (#11) 2026-03-26 08:51:15 -04:00
package.json release: v0.1.13 [skip ci] 2026-03-27 14:10:07 +00:00
README.md deskctl upgrade (#13) 2026-03-26 11:53:15 -04:00

deskctl

deskctl installs the command for Linux X11 systems.

Install

npm install -g deskctl

After install, run:

deskctl --help

To upgrade version:

deskctl upgrade

For non-interactive use:

deskctl upgrade --yes

One-shot usage is also supported:

npx deskctl --help

Runtime Support

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

deskctl 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