summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJay V <[email protected]>2025-12-10 18:43:19 -0500
committerJay V <[email protected]>2025-12-10 18:43:19 -0500
commit1a1874d8b37714baf8a6e0a0f136aae404cff610 (patch)
treedc47e07a104019091528acc1ec4e00a9aba24928
parent56540f83125d8ec3fd6f26ac7edca7471c2aca3f (diff)
downloadopencode-1a1874d8b37714baf8a6e0a0f136aae404cff610.tar.gz
opencode-1a1874d8b37714baf8a6e0a0f136aae404cff610.zip
docs: desktop
-rw-r--r--packages/console/app/src/config.ts8
-rw-r--r--packages/console/app/src/routes/index.tsx17
2 files changed, 9 insertions, 16 deletions
diff --git a/packages/console/app/src/config.ts b/packages/console/app/src/config.ts
index a058f6829..e8a2ed252 100644
--- a/packages/console/app/src/config.ts
+++ b/packages/console/app/src/config.ts
@@ -9,8 +9,8 @@ export const config = {
github: {
repoUrl: "https://github.com/sst/opencode",
starsFormatted: {
- compact: "35K",
- full: "35,000",
+ compact: "38K",
+ full: "38,000",
},
},
@@ -22,8 +22,8 @@ export const config = {
// Static stats (used on landing page)
stats: {
- contributors: "350",
- commits: "5,000",
+ contributors: "375",
+ commits: "5,250",
monthlyUsers: "400,000",
},
} as const
diff --git a/packages/console/app/src/routes/index.tsx b/packages/console/app/src/routes/index.tsx
index 56f078562..f46a4e028 100644
--- a/packages/console/app/src/routes/index.tsx
+++ b/packages/console/app/src/routes/index.tsx
@@ -157,18 +157,12 @@ export default function Home() {
<section data-component="what">
<div data-slot="section-title">
<h3>What is OpenCode?</h3>
- <p>OpenCode is an open source agent that helps you write and run code directly from the terminal.</p>
+ <p>OpenCode is an open source agent that helps you write code in your terminal, IDE, or desktop.</p>
</div>
<ul>
<li>
<span>[*]</span>
<div>
- <strong>Native TUI</strong> A responsive, native, themeable terminal UI
- </div>
- </li>
- <li>
- <span>[*]</span>
- <div>
<strong>LSP enabled</strong> Automatically loads the right LSPs for the LLM
</div>
</li>
@@ -199,7 +193,7 @@ export default function Home() {
<li>
<span>[*]</span>
<div>
- <strong>Any editor</strong> OpenCode runs in your terminal, pair it with any IDE
+ <strong>Any editor</strong> Available as a terminal interface, desktop app, and IDE extension
</div>
</li>
</ul>
@@ -651,9 +645,8 @@ export default function Home() {
<ul>
<li>
<Faq question="What is OpenCode?">
- OpenCode is an open source agent that helps you write and run code directly from the terminal. You can
- pair OpenCode with any AI model, and because it’s terminal-based you can pair it with your preferred
- code editor.
+ OpenCode is an open source agent that helps you write and run code with any AI model. It's available
+ as a terminal-based interface, desktop app, or IDE extension.
</Faq>
</li>
<li>
@@ -674,7 +667,7 @@ export default function Home() {
</li>
<li>
<Faq question="Can I only use OpenCode in the terminal?">
- Yes, for now. We are actively working on a desktop app. Join the waitlist for early access.
+ Not anymore! OpenCode is now available as an app for your desktop.
</Faq>
</li>
<li>