-
Notifications
You must be signed in to change notification settings - Fork 2
Getting Started
IK edited this page Mar 4, 2026
·
5 revisions
This page covers the fastest path from download to first useful scan.
Get binaries from Releases.
Typical files:
| Platform | Binary |
|---|---|
| Windows x64 | eve-flipper-windows-amd64.exe |
| Linux x64 | eve-flipper-linux-amd64 |
| Linux ARM64 | eve-flipper-linux-arm64 |
| macOS Intel | eve-flipper-darwin-amd64 |
| macOS Apple Silicon | eve-flipper-darwin-arm64 |
Windows:
.\eve-flipper-windows-amd64.exeLinux/macOS:
chmod +x eve-flipper-*
./eve-flipper-linux-amd64By default the app starts on:
http://127.0.0.1:13370
On first launch EVE Flipper will:
- create/open
flipper.db - load local/cache data in
data/ - start backend + embedded web UI
Open http://127.0.0.1:13370 in browser.
- Open
Flipper (Radius)tab - Set
System(for example:Jita) - Set
Cargo m3 - Set
Buy RadiusandSell Radius - Set fees (
Tax,Broker) and minimal margin - Click
Scan - Sort by profit or margin columns
Next practical guide: Radius Scan Guide
- Want same-station trading: Station Trading
- Want cross-region day-trade logic: Regional Trade
- Want multi-hop hauling plans: Route Trading
- Want contract flipping: Contract Scanner
- Want industry planning/jobs: Industry Analysis, Industry Jobs
Without SSO, core scans still work.
Login unlocks character-aware features:
- skills and fee autofill
- character orders/assets
- structure market access (when character has ACL access)
- corp dashboards/endpoints (with required roles)
Setup instructions: EVE SSO Login
Desktop packaging via Tauri is available for development workflows.
Current practical path is Windows-oriented.
Build desktop package:
.\make.ps1 tauriRun desktop in dev mode:
.\make.ps1 tauri-devNotes:
- This flow is considered development-oriented (WIP polish).
- Requires local dev tooling for Tauri (Rust toolchain and platform prerequisites).
- Web build + Go sidecar are prepared automatically by the script.
Port already used:
eve-flipper --port 8080Allow LAN access:
eve-flipper --host 0.0.0.0ESI health:
- 🏠 Home
- 📘 Getting Started
- ⚙️ Configuration
- 🎨 Theme System