KirinCode edb89386b9 revert: rollback mode files and version bump 1 ay önce
..
icons 4bf87257f9 Initial KirinCode v0.1 1 ay önce
resources 4022216a83 chore: complete rebranding — all opencode references cleaned 1 ay önce
scripts 4bf87257f9 Initial KirinCode v0.1 1 ay önce
src 4022216a83 chore: complete rebranding — all opencode references cleaned 1 ay önce
.gitignore 4bf87257f9 Initial KirinCode v0.1 1 ay önce
AGENTS.md 4bf87257f9 Initial KirinCode v0.1 1 ay önce
README.md 4bf87257f9 Initial KirinCode v0.1 1 ay önce
electron-builder.config.test.ts 4bf87257f9 Initial KirinCode v0.1 1 ay önce
electron-builder.config.ts 4022216a83 chore: complete rebranding — all opencode references cleaned 1 ay önce
electron.vite.config.ts 4bf87257f9 Initial KirinCode v0.1 1 ay önce
package.json edb89386b9 revert: rollback mode files and version bump 1 ay önce
sst-env.d.ts 4bf87257f9 Initial KirinCode v0.1 1 ay önce
tsconfig.json 4bf87257f9 Initial KirinCode v0.1 1 ay önce

README.md

KirinCode Desktop

The KirinCode Desktop app, built with Electron.

Development

bun install
bun dev

Build

Run the build script to build the app's JS assets, then package to bundle the assets as an application. The resulting app will be in dist/.

bun run build && bun run package