Skip to content

Getting Started

IK edited this page Mar 4, 2026 · 5 revisions

Getting Started

This page covers the fastest path from download to first useful scan.

1) Download

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

2) Run

Windows:

.\eve-flipper-windows-amd64.exe

Linux/macOS:

chmod +x eve-flipper-*
./eve-flipper-linux-amd64

By default the app starts on:

http://127.0.0.1:13370

3) First Launch

On first launch EVE Flipper will:

  1. create/open flipper.db
  2. load local/cache data in data/
  3. start backend + embedded web UI

Open http://127.0.0.1:13370 in browser.

4) First Scan (Recommended: Radius)

  1. Open Flipper (Radius) tab
  2. Set System (for example: Jita)
  3. Set Cargo m3
  4. Set Buy Radius and Sell Radius
  5. Set fees (Tax, Broker) and minimal margin
  6. Click Scan
  7. Sort by profit or margin columns

Next practical guide: Radius Scan Guide

5) Choose Your Next Module

6) Optional Login (SSO)

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

DEV BLOCK (WIP): Tauri Desktop Build

Desktop packaging via Tauri is available for development workflows.

Current practical path is Windows-oriented.

Build desktop package:

.\make.ps1 tauri

Run desktop in dev mode:

.\make.ps1 tauri-dev

Notes:

  • 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.

Troubleshooting

Port already used:

eve-flipper --port 8080

Allow LAN access:

eve-flipper --host 0.0.0.0

ESI health:

https://esi.evetech.net/status.json

Next Docs

🚀 Start Here

📈 Trading Modules

🏭 Industry

🧭 Guides

👤 Character & Corp

🧠 Advanced

🛠️ Development

🔗 Links

Clone this wiki locally