Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cr4yfish/desktop-gpt
Customizable and Privacy Oriented Desktop Assistant.
https://github.com/cr4yfish/desktop-gpt
ai chatbot deno desktop generative-ai openai rust tauri typescript
Last synced: 20 days ago
JSON representation
Customizable and Privacy Oriented Desktop Assistant.
- Host: GitHub
- URL: https://github.com/cr4yfish/desktop-gpt
- Owner: cr4yfish
- Created: 2024-11-11T15:44:04.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-12T11:25:23.000Z (3 months ago)
- Last Synced: 2024-12-20T17:15:52.679Z (about 1 month ago)
- Topics: ai, chatbot, deno, desktop, generative-ai, openai, rust, tauri, typescript
- Language: TypeScript
- Homepage:
- Size: 469 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Desktop GPT
Customizable and Privacy Oriented Desktop Assistant.
Run LLMs locally for free, on your own server - or from OpenAI and others.## Target Features
- [ ] Basic Chat
- [ ] Websearch
- [ ] Screencapture
- [ ] Manual
- [ ] Automatic
- [ ] Document Chats
- [ ] RAG on Documents & Screencaptures
- [ ] Call on keyboard shortcut
- [ ] GenUI## Target LLM support
- [ ] GPT-4o, o1
- [ ] Ollama
- [ ] Gemini
- [ ] Claude models
- [ ] Perplexities models
- [ ] Mistral Models## Target LLM runtimes
- Local on GPU
- Official Providers (e.g. OpenAI API)
- You own servers## Stack
Front to back:
- Shadcn UI
- Tailwind
- React
- Langchain
- Typescript
- Deno
- Rust
- Tauri