mirror of
https://github.com/harivansh-afk/deskctl.git
synced 2026-04-15 22:03:45 +00:00
46 lines
828 B
Markdown
46 lines
828 B
Markdown
# deskctl
|
|
[](https://www.npmjs.com/package/deskctl)
|
|
[](skills/deskctl)
|
|
|
|
Desktop control cli for AI agents on X11.
|
|
|
|
https://github.com/user-attachments/assets/e820787e-4d1a-463f-bdcf-a829588778bf
|
|
|
|
|
|
## Install
|
|
|
|
```bash
|
|
npm install -g deskctl
|
|
```
|
|
|
|
```bash
|
|
deskctl doctor
|
|
deskctl snapshot --annotate
|
|
```
|
|
|
|
## Skill
|
|
|
|
```bash
|
|
npx skills add harivansh-afk/deskctl
|
|
```
|
|
|
|
## Docs
|
|
|
|
- runtime contract: [docs/runtime-contract.md](docs/runtime-contract.md)
|
|
- releasing: [docs/releasing.md](docs/releasing.md)
|
|
- contributing: [CONTRIBUTING.md](CONTRIBUTING.md)
|
|
|
|
## Install paths
|
|
|
|
Nix:
|
|
|
|
```bash
|
|
nix run github:harivansh-afk/deskctl -- --help
|
|
nix profile install github:harivansh-afk/deskctl
|
|
```
|
|
|
|
Rust:
|
|
|
|
```bash
|
|
cargo build
|
|
```
|