mirror of
https://github.com/lone-cloud/gerbil
synced 2026-06-03 09:33:10 -07:00
No description
| .github | ||
| .husky | ||
| .vscode | ||
| assets | ||
| build | ||
| src | ||
| .gitignore | ||
| .prettierignore | ||
| .prettierrc | ||
| cspell.json | ||
| electron.vite.config.ts | ||
| eslint.config.ts | ||
| index.html | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| tsconfig.main.json | ||
| tsconfig.node.json | ||
FriendlyKobold
A koboldcpp manager.
Prerequisites
- Node.js 18+
- npm
Setup
-
Clone the repository
-
Install dependencies:
npm install -
Start the development server:
npm run dev
Future considerations
It would make a lot of sense to transition this project to Tauri from Electron. The app size should drop from ~80MB to ~10MB; however, users on obsolete OSes (with outdated WebViews) will very likely encounter issues. In addition, I would need to learn Rust to rewrite the BE (Electron main code), but at least we can re-use all the React code. The app would be much smaller, faster and memory efficient, but not work for some users. I think it's a worthy tradeoff.
License
AGPL v3 License - see LICENSE file for details