No description
- Python 28.9%
- CSS 25.4%
- JavaScript 23.8%
- HTML 14.2%
- Rust 7.7%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| jarvis-desktop-app | ||
| misc | ||
| src | ||
| .env.example | ||
| .gitignore | ||
| .python-version | ||
| LICENSE | ||
| pyproject.toml | ||
| README.md | ||
| uv.lock | ||
APP JARVIS
Personal Assistant Application that focuses on project building and evolving over time, totally local or hosted at home.
Setup Repository
- Install Python
- Clone .env.example as only .env
- Edit .env and add your username and password as plain text
- Open terminal
pip install uvuv sync
Setup Memory
- Install Docker
- Open terminal and make sure you're on the base folder
docker compose -f .\misc\docker-compose.yml up -d
Setup Local Chatbot
- Install Ollama
- Open terminal
ollama pull qwen2.5:3b
Setup and Run Aplication
- Install Rust Programming Language
- Make sure its up to date
- Open terminal
- Run the backend (
uv run dev) - Run the application (
cargo tauri dev)