An alternative multi-platform LLM client.
core/
: The core AI functionality implemented in Rust.webapp/
: The web interface implemented in React.desktop/
: The desktop application implemented in Tauri.
- Install the Sea ORM CLI with
cargo install sea-orm-cli
. - Run
cargo test --all-features
to run all tests.
- Run
pnpm run lint
to run linting. - Run
pnpm run test
to run tests. - Run
pnpm run build
to build the webapp.
- Run
pnpm run build
to build the desktop application.
The GitHub Actions workflow is defined in .github/workflows/quality.yml
. It runs all tests and builds the webapp and desktop applications on every push.