https://github.com/0xgingi/kagi-assistant-desktop
Kagi Assistant Desktop Application made with Tauri
https://github.com/0xgingi/kagi-assistant-desktop
Last synced: 14 days ago
JSON representation
Kagi Assistant Desktop Application made with Tauri
- Host: GitHub
- URL: https://github.com/0xgingi/kagi-assistant-desktop
- Owner: 0xGingi
- License: mit
- Created: 2025-05-15T14:49:17.000Z (14 days ago)
- Default Branch: main
- Last Pushed: 2025-05-15T15:41:27.000Z (14 days ago)
- Last Synced: 2025-05-15T16:22:23.770Z (14 days ago)
- Language: TypeScript
- Size: 174 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kagi Assistant Desktop
A desktop application for [Kagi Assistant](https://kagi.com/assistant) built with Tauri.

## Install
### Arch Linux (AUR)
AUR Package: https://aur.archlinux.org/packages/kagi-assistant-desktop-git
```bash
paru -S kagi-assistant-desktop-git
```## Build
### Prerequisites
- [Rust](https://www.rust-lang.org/)
- [Bun](https://bun.sh/)### Building
```bash
bun installbun run tauri build
```This will build to `src-tauri/target/release/bundle`.