mirror of
https://github.com/harivansh-afk/deskctl.git
synced 2026-04-15 00:04:08 +00:00
Desktop control CLI for AI agents
https://deskctl.dev
|
Some checks failed
CI / Changes (push) Has been cancelled
CI / Validate (push) Has been cancelled
CI / Integration (Xvfb) (push) Has been cancelled
CI / Distribution Validate (push) Has been cancelled
CI / Update Manifests (push) Has been cancelled
CI / Build Release Asset (push) Has been cancelled
CI / Release (push) Has been cancelled
CI / Publish npm (push) Has been cancelled
CI / Publish crates.io (push) Has been cancelled
|
||
|---|---|---|
| .github/workflows | ||
| assets | ||
| demo | ||
| docker | ||
| docs | ||
| npm/deskctl | ||
| site | ||
| skills/deskctl | ||
| src | ||
| tests | ||
| .dockerignore | ||
| .gitignore | ||
| .pre-commit-config.yaml | ||
| AGENTS.md | ||
| Cargo.lock | ||
| Cargo.toml | ||
| CONTRIBUTING.md | ||
| flake.lock | ||
| flake.nix | ||
| LICENCE | ||
| Makefile | ||
| README.md | ||
deskctl
Desktop control cli for AI agents on X11.
https://github.com/user-attachments/assets/e820787e-4d1a-463f-bdcf-a829588778bf
Install
npm install -g deskctl
deskctl doctor
deskctl snapshot --annotate
Skill
npx skills add harivansh-afk/deskctl
Docs
- runtime contract: docs/runtime-contract.md
- releasing: docs/releasing.md
- contributing: CONTRIBUTING.md
Install paths
Nix:
nix run github:harivansh-afk/deskctl -- --help
nix profile install github:harivansh-afk/deskctl
Rust:
cargo build