From 6347ee998864d46bf2154404ebc0ca0110cc3c54 Mon Sep 17 00:00:00 2001 From: Adam <2363879+adamdotdevin@users.noreply.github.com> Date: Mon, 15 Dec 2025 10:31:11 -0600 Subject: chore: update stats --- packages/console/app/src/config.ts | 4 ++-- packages/console/app/src/routes/index.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'packages/console/app/src') diff --git a/packages/console/app/src/config.ts b/packages/console/app/src/config.ts index e8a2ed252..29df86cbd 100644 --- a/packages/console/app/src/config.ts +++ b/packages/console/app/src/config.ts @@ -22,8 +22,8 @@ export const config = { // Static stats (used on landing page) stats: { - contributors: "375", - commits: "5,250", + contributors: "400", + commits: "5,000", monthlyUsers: "400,000", }, } as const diff --git a/packages/console/app/src/routes/index.tsx b/packages/console/app/src/routes/index.tsx index 9948551e4..c484d8edb 100644 --- a/packages/console/app/src/routes/index.tsx +++ b/packages/console/app/src/routes/index.tsx @@ -213,7 +213,7 @@ export default function Home() { [*]

With over {config.github.starsFormatted.full} GitHub stars,{" "} - {config.stats.contributors} contributors, and almost{" "} + {config.stats.contributors} contributors, and over{" "} {config.stats.commits} commits, OpenCode is used and trusted by over{" "} {config.stats.monthlyUsers} developers every month.

-- cgit v1.2.3 From 46a35dfc1b99c77da66a055510640c797f32a0ce Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Mon, 15 Dec 2025 11:54:00 -0500 Subject: docs: restore desktop beta banner to homepage --- packages/console/app/src/routes/index.tsx | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'packages/console/app/src') diff --git a/packages/console/app/src/routes/index.tsx b/packages/console/app/src/routes/index.tsx index c484d8edb..90bdfffdc 100644 --- a/packages/console/app/src/routes/index.tsx +++ b/packages/console/app/src/routes/index.tsx @@ -52,6 +52,21 @@ export default function Home() {
+
+ New +
+ + Desktop app available in beta on macOS, Windows, and Linux. + + + Download now + + + Download the desktop beta now + +
+
+
{/* Date: Mon, 15 Dec 2025 11:56:47 -0500 Subject: docs: update header navigation to include desktop download --- packages/console/app/src/component/header.tsx | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'packages/console/app/src') diff --git a/packages/console/app/src/component/header.tsx b/packages/console/app/src/component/header.tsx index 39e833973..d9522bd5d 100644 --- a/packages/console/app/src/component/header.tsx +++ b/packages/console/app/src/component/header.tsx @@ -169,6 +169,25 @@ export function Header(props: { zen?: boolean; hideGetStarted?: boolean }) { + + {" "} +
  • + {" "} + + {" "} + + {" "} + {" "} + {" "} + Free{" "} + {" "} +
  • +