Orca is the next-gen IDE for building with coding agents
Find a file
Neil 2d9df606c6 Replace eslint/prettier with oxlint/oxfmt, add pre-commit hooks
Swap out eslint + 6 plugins for oxlint and prettier for oxfmt (oxc toolchain).
Set up husky + lint-staged to run linter and formatter on pre-commit.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-16 20:38:27 -07:00
.husky Replace eslint/prettier with oxlint/oxfmt, add pre-commit hooks 2026-03-16 20:38:27 -07:00
resources Initial commit 2026-03-16 20:29:24 -07:00
src Initial commit 2026-03-16 20:29:24 -07:00
.editorconfig Initial commit 2026-03-16 20:29:24 -07:00
.gitignore Replace eslint/prettier with oxlint/oxfmt, add pre-commit hooks 2026-03-16 20:38:27 -07:00
.npmrc Initial commit 2026-03-16 20:29:24 -07:00
.oxfmtrc.json Replace eslint/prettier with oxlint/oxfmt, add pre-commit hooks 2026-03-16 20:38:27 -07:00
dev-app-update.yml Initial commit 2026-03-16 20:29:24 -07:00
electron-builder.yml Initial commit 2026-03-16 20:29:24 -07:00
electron.vite.config.ts Initial commit 2026-03-16 20:29:24 -07:00
oxlintrc.json Replace eslint/prettier with oxlint/oxfmt, add pre-commit hooks 2026-03-16 20:38:27 -07:00
package.json Replace eslint/prettier with oxlint/oxfmt, add pre-commit hooks 2026-03-16 20:38:27 -07:00
pnpm-lock.yaml Replace eslint/prettier with oxlint/oxfmt, add pre-commit hooks 2026-03-16 20:38:27 -07:00
README.md Initial commit 2026-03-16 20:29:24 -07:00
tsconfig.json Initial commit 2026-03-16 20:29:24 -07:00
tsconfig.node.json Initial commit 2026-03-16 20:29:24 -07:00
tsconfig.web.json Replace eslint/prettier with oxlint/oxfmt, add pre-commit hooks 2026-03-16 20:38:27 -07:00

orca

An Electron application with React and TypeScript

Project Setup

Install

$ pnpm install

Development

$ pnpm dev

Build

# For windows
$ pnpm build:win

# For macOS
$ pnpm build:mac

# For Linux
$ pnpm build:linux