https://github.com/pythoninthegrass/techllama-wrapper
https://github.com/pythoninthegrass/techllama-wrapper
llm svelte tauri
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pythoninthegrass/techllama-wrapper
- Owner: pythoninthegrass
- Created: 2024-10-07T19:17:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-07T23:22:53.000Z (11 months ago)
- Last Synced: 2025-06-17T14:36:49.257Z (7 months ago)
- Topics: llm, svelte, tauri
- Language: Svelte
- Homepage:
- Size: 255 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# techllama-wrapper
Tauri wrapper for a self-hosted Open WebUI instance.
## Minimum Requirements
* [Rust](https://www.rust-lang.org/tools/install)
* [Node.js](https://nodejs.org/en/download/)
* [Tauri](https://tauri.app/v1/guides/getting-started/prerequisites)
## Quickstart
```bash
# build
npm run tauri build
# run
npm run tauri dev
```
## TODO
* Fix index.html / main.rs to automatically maximize the window after logging in