opencode/packages/desktop
2025-12-22 05:46:07 -06:00
..
public feat: consistent (updated) social share images 2025-12-05 15:42:19 -06:00
src fix(desktop): cleanup auto scroll 2025-12-22 05:46:07 -06:00
.gitignore chore: app -> desktop 2025-10-03 09:04:28 -05:00
AGENTS.md chore: app -> desktop 2025-10-03 09:04:28 -05:00
bunfig.toml fix: terminal serialization and isolation 2025-12-06 06:43:53 -06:00
happydom.ts fix: terminal serialization and isolation 2025-12-06 06:43:53 -06:00
index.html tauri: add basic custom titlebar (#5438) 2025-12-12 09:37:17 -06:00
package.json release: v1.0.185 2025-12-21 23:38:40 +00:00
README.md chore: app -> desktop 2025-10-03 09:04:28 -05:00
sst-env.d.ts wip: zen 2025-12-02 18:36:15 -05:00
tsconfig.json write typescript artifacts to node_modules/.ts-dist 2025-12-11 18:35:07 +08:00
vite.config.ts fix(desktop): better error reporting 2025-12-21 04:11:09 -06:00
vite.js OpenCode Desktop app (#5044) 2025-12-05 14:39:49 -06:00

Usage

Those templates dependencies are maintained via pnpm via pnpm up -Lri.

This is the reason you see a pnpm-lock.yaml. That being said, any package manager will work. This file can be safely be removed once you clone a template.

$ npm install # or pnpm install or yarn install

Learn more on the Solid Website and come chat with us on our Discord

Available Scripts

In the project directory, you can run:

npm run dev or npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.

npm run build

Builds the app for production to the dist folder.
It correctly bundles Solid in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

Deployment

You can deploy the dist folder to any static host provider (netlify, surge, now, etc.)