A simple personal AI assistant.
- 💬 Chatbot interface with streaming responses
- ⚡ Fast and lightweight
- 🛡️ Privacy and security features built-in
# Install Go (1.24.3 or later)
# https://golang.org/doc/install
# Verify installation
go versiongo mod tidy# Development
go run main.go
# Or build and run
go build -o gemmie
./gemmiedocker run -d --name gemmie --env-file .env -p 8081:8081 ghcr.io/imrany/gemmie:latestThe server will start on http://localhost:8081
# Build for production
go build -o gemmie main.go
# Run with environment variables
export PORT=8081
# check example.env
./gemmie- HTTPS: Use HTTPS in production
- CORS: Restrict CORS origins to your frontend domains
This project is licensed under the MIT License.
If you find Gemmie useful, consider sponsoring me on GitHub to support ongoing development!