No description
Find a file
2025-08-13 17:13:42 -07:00
.github bug fixes and small improvements 2025-08-13 14:59:17 -07:00
.husky Initial commit: FriendlyKobold Electron app with KoboldCpp management 2025-08-11 18:34:35 -07:00
.vscode more refactoring, buf fixes and working system tray functionality 2025-08-13 17:13:42 -07:00
assets more refactoring, buf fixes and working system tray functionality 2025-08-13 17:13:42 -07:00
build making it better and refactoring, digging through the AI generated slop 2025-08-13 00:02:47 -07:00
src more refactoring, buf fixes and working system tray functionality 2025-08-13 17:13:42 -07:00
.gitignore polishing changes, no new functionality 2025-08-12 01:50:30 -07:00
.prettierignore Initial commit: FriendlyKobold Electron app with KoboldCpp management 2025-08-11 18:34:35 -07:00
.prettierrc Initial commit: FriendlyKobold Electron app with KoboldCpp management 2025-08-11 18:34:35 -07:00
cspell.json bug fixes and small improvements 2025-08-13 14:59:17 -07:00
electron.vite.config.ts making it better and refactoring, digging through the AI generated slop 2025-08-13 00:02:47 -07:00
eslint.config.ts making it better and refactoring, digging through the AI generated slop 2025-08-13 00:02:47 -07:00
index.html Initial commit: FriendlyKobold Electron app with KoboldCpp management 2025-08-11 18:34:35 -07:00
LICENSE making it better and refactoring, digging through the AI generated slop 2025-08-13 00:02:47 -07:00
package-lock.json making it better and refactoring, digging through the AI generated slop 2025-08-13 00:02:47 -07:00
package.json more refactoring, buf fixes and working system tray functionality 2025-08-13 17:13:42 -07:00
README.md bug fixes and small improvements 2025-08-13 14:59:17 -07:00
tsconfig.json Initial commit: FriendlyKobold Electron app with KoboldCpp management 2025-08-11 18:34:35 -07:00
tsconfig.main.json making it better and refactoring, digging through the AI generated slop 2025-08-13 00:02:47 -07:00
tsconfig.node.json Initial commit: FriendlyKobold Electron app with KoboldCpp management 2025-08-11 18:34:35 -07:00

FriendlyKobold

A koboldcpp manager.

Prerequisites

  • Node.js 18+
  • npm

Setup

  1. Clone the repository

  2. Install dependencies:

    npm install
    
  3. 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