Download the App
Go to Releases and download the latest installer for your OS. Install and open.
Run from Source (Web Server)
Requirements: Python 3.10 or newer, git.
git clone https://github.com/0x923041-dotcom/Speculae
cd Speculae
pip install -e .
speculae-web
Your browser opens to http://127.0.0.1:7730. Nothing leaves your machine.
Desktop App (Tauri)
Requirements: Rust toolchain, Node.js 18+.
git clone https://github.com/0x923041-dotcom/Speculae
cd Speculae/desktop
npm install
npm run tauri dev