KirinCode d6a0be29df fix(v0.7.0): remove admin route from desktop — use standalone HTML pages instead 1 月之前
..
icons 7e51a770b3 fix(v0.2.2): remove opencode models, fix modes, replace logo 1 月之前
resources 7e51a770b3 fix(v0.2.2): remove opencode models, fix modes, replace logo 1 月之前
scripts 4bf87257f9 Initial KirinCode v0.1 1 月之前
src e32cae28ea fix(v0.6.4): 10s fallback force-load if renderer stuck + elapsed counter 1 月之前
.gitignore 4bf87257f9 Initial KirinCode v0.1 1 月之前
AGENTS.md 4bf87257f9 Initial KirinCode v0.1 1 月之前
README.md 4bf87257f9 Initial KirinCode v0.1 1 月之前
admin.html 7f0509562c fix(v0.6.0): admin.html rewrite with proper error handling + Chinese locale 1 月之前
electron-builder.config.test.ts 4bf87257f9 Initial KirinCode v0.1 1 月之前
electron-builder.config.ts 893ea31ab3 fix(nsis): oneClick=false, perMachine=true, allowToChangeInstallationDirectory 1 月之前
electron.vite.config.ts f219d5bb6d fix(v0.6.1): remove admin-server from electron-vite build — was crashing sidecar 1 月之前
index.html 7f0509562c fix(v0.6.0): admin.html rewrite with proper error handling + Chinese locale 1 月之前
package.json d6a0be29df fix(v0.7.0): remove admin route from desktop — use standalone HTML pages instead 1 月之前
personal.html c16996e73e feat(v0.6.0): personal dashboard + admin web console + personal HTML 1 月之前
sst-env.d.ts 4bf87257f9 Initial KirinCode v0.1 1 月之前
tsconfig.json 4bf87257f9 Initial KirinCode v0.1 1 月之前

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