mirror of
https://github.com/harivansh-afk/deskctl.git
synced 2026-04-15 05:02:08 +00:00
41 lines
1,002 B
Text
41 lines
1,002 B
Text
---
|
|
import DocLayout from "../layouts/DocLayout.astro";
|
|
---
|
|
|
|
<DocLayout title="" description="desktop control for AI agents">
|
|
<header style="justify-content: flex-start;">
|
|
<h1>deskctl</h1>
|
|
<img src="/favicon.svg" alt="" width="40" height="40" />
|
|
</header>
|
|
|
|
<p>
|
|
Desktop control CLI for AI agents on Linux X11. Compact JSON output
|
|
for agent loops. Screenshot, click, type, scroll, drag, and manage
|
|
windows through a fast client-daemon architecture. 100% native Rust.
|
|
</p>
|
|
|
|
<h2>Getting started</h2>
|
|
|
|
<ul>
|
|
<li><a href="/installation">Installation</a></li>
|
|
<li><a href="/quick-start">Quick start</a></li>
|
|
</ul>
|
|
|
|
<h2>Reference</h2>
|
|
|
|
<ul>
|
|
<li><a href="/commands">Commands</a></li>
|
|
<li><a href="/architecture">Architecture</a></li>
|
|
</ul>
|
|
|
|
<h2>Links</h2>
|
|
|
|
<ul>
|
|
<li>
|
|
<a href="https://github.com/harivansh-afk/deskctl">GitHub</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://crates.io/crates/deskctl">crates.io</a>
|
|
</li>
|
|
</ul>
|
|
</DocLayout>
|