Skip to content

Commit 79c2ff8

Browse files
committed
remove desktop app from docs and website completely
1 parent 8305ad7 commit 79c2ff8

File tree

1 file changed

+1
-32
lines changed

1 file changed

+1
-32
lines changed

website/docs.html

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,12 @@
9696
<a href="#mcp" class="docs-sidebar-link">MCP Servers</a>
9797
<a href="#memory" class="docs-sidebar-link">Memory</a>
9898
<a href="#vscode" class="docs-sidebar-link">VS Code Extension</a>
99-
<a href="#desktop" class="docs-sidebar-link">Desktop App</a>
10099
</div>
101100
</aside>
102101

103102
<main class="docs-content">
104103
<h1 id="overview">Overview</h1>
105-
<p>Localcode is a full-featured AI coding agent that runs in your terminal, VS Code, or desktop app. It connects to any LLM provider (local or cloud), reads your codebase, edits files, runs commands, and iterates until the job is done.</p>
104+
<p>Localcode is a full-featured AI coding agent that runs in your terminal or VS Code. It connects to any LLM provider (local or cloud), reads your codebase, edits files, runs commands, and iterates until the job is done.</p>
106105
<div class="callout"><p><strong>Key features:</strong> 139 specialized agents, multi-agent orchestration, local LLM support with Ollama, plugin system, hooks, MCP servers, and VS Code extension.</p></div>
107106

108107
<h2 id="installation">Installation</h2>
@@ -291,33 +290,3 @@ <h2 id="vscode">VS Code Extension</h2>
291290
</ul>
292291
<p>Install from the <a href="https://marketplace.visualstudio.com/items?itemName=thealxlabs.localcode">VS Code Marketplace</a> or build from source.</p>
293292

294-
<h2 id="desktop">Desktop App</h2>
295-
<p>The Electron-based desktop app provides:</p>
296-
<ul>
297-
<li>Native window with custom title bar</li>
298-
<li>Session management sidebar</li>
299-
<li>Full chat interface with streaming</li>
300-
<li>Agent activation and orchestration</li>
301-
<li>Project directory selection</li>
302-
<li>Application menu with shortcuts</li>
303-
</ul>
304-
<p>Build from source: <code>cd desktop && npm install && npm run dist</code></p>
305-
</main>
306-
</div>
307-
308-
<footer>
309-
<div class="footer-links">
310-
<span><a href="index.html" style="color:var(--text-secondary)">Localcode</a> v4.0.0</span>
311-
<a href="features.html">Features</a>
312-
<a href="platforms.html">Platforms</a>
313-
<a href="agents.html">Agents</a>
314-
<a href="docs.html">Docs</a>
315-
<a href="https://github.com/thealxlabs/localcode" target="_blank">⎇ GitHub</a>
316-
<a href="https://npmjs.com/package/@localcode/cli" target="_blank">npm</a>
317-
</div>
318-
<span>Built by <a href="https://github.com/thealxlabs" target="_blank">TheAlxLabs</a> · MIT License</span>
319-
</footer>
320-
321-
<script src="js/main.js"></script>
322-
</body>
323-
</html>

0 commit comments

Comments
 (0)