all your trips
in one place.

Check this

With Stable, you can easily access recordings and track your trips in one app.

Unlimited Cloud Storage

Sync all your trips to the cloud. Never lose your driving data again with secure backup.

Video Access

Access all your driving recordings in high quality, anytime, anywhere.

Privacy First

Your data stays yours. Encryption ensures your trips remain private and secure.

Access Anywhere

View your trips from any device. Web interface works seamlessly across desktop and mobile.

Easy Integration

Works with any openpilot device.

⚡︎

Real-time Sync

Your trips appear in Stable as soon as you finish driving. No waiting, no manual uploads.

Trusted by drivers worldwide

1800+ Connected Devices
290k+ Miles Tracked
99.12% Uptime

How to use Stable?

1. Flash your device through flash.konik.ai

2. After flashing you'll see "Pair device" button on the screen of your device. Press it. The QR-Code should appear.

Pair device

3. Log in to Stable with GitHub (on your phone). Then press "add new device"

4. Scan the QR from Konik's screen by your phone. Ready to drive!

How to connect via SSH?

+

1. Add SSH Key to your GitHub account:

Step 1: Open Terminal

Mac: Press Cmd + Space, type "Terminal", press Enter
Windows: Press Win + X, select "PowerShell" or "Terminal"
Linux: Press Ctrl + Alt + T

Step 2: Generate your SSH key

Copy and paste this command (replace email with your GitHub email):

ssh-keygen -t ed25519 -C "your_email@example.com"

Press Enter 3 times (to accept default location and skip passphrase).

Step 3: Copy your public key

Mac:

pbcopy < ~/.ssh/id_ed25519.pub

Windows (PowerShell):

Get-Content ~/.ssh/id_ed25519.pub | Set-Clipboard

Linux:

cat ~/.ssh/id_ed25519.pub

(then manually select and copy the text)

Step 4: Add key to GitHub

  1. Go to github.com/settings/keys
  2. Click the green "New SSH key" button
  3. In "Title" write something like: My Computer
  4. In "Key" paste what you copied (Ctrl+V / Cmd+V)
  5. Click "Add SSH key"

2. Connect your device to your GitHub account

  1. Go to Settings - Developer on your Openpilot device
  2. Press Enable SSH
  3. Then input your GitHub username in the SSH keys field

3. Find your IP Address

  1. On your Openpilot device, go to Settings - Network - Advanced
  2. Find and remember your IP address

4. Connect via SSH from your computer

  1. Open a terminal or command prompt
  2. Enter the following command: ssh comma@IP_ADDRESS
  3. Replace IP_ADDRESS with the IP address you found earlier

5. Change settings

  1. Once connected, run this command: printf '#!/usr/bin/env bash\n\nexport API_HOST=https://api.konik.ai/\nexport ATHENA_HOST=wss://athena.konik.ai\n\nexec ./launch_chffrplus.sh\n' > launch_openpilot.sh
  2. Now run this: rm /data/params/d/DongleId && sudo reboot
  3. Your device will reboot

6. Connect to Stable

  1. 1. You'll see "Pair device" button on the screen of your device. Press it. The QR-Code should appear.
Pair device
  1. 2. Log in to Stable on your phone
  2. 3. Scan the QR code with your phone.

Frequently Asked Questions

What happens if the QR code won't scan?

+

Make sure your phone's camera has a clear view of the QR code and good lighting. If it still doesn't work, try refreshing the pairing screen on your device or use the SSH instructions for manual setup.

How do I know if my device is connected?

+

Once paired successfully, you'll see your device listed in the Stable dashboard. Your trips will automatically appear after each drive. You can also check the connection status in your device settings.

What data is stored and is it private?

+

Stable stores your trip routes, timestamps, video recordings and basic telemetry data. All data is encrypted and only accessible by you. We never share your driving data with third parties. You can delete your data anytime.

Does Stable work with FrogPilot and SunnyPilot?

+

Yes! Stable is compatible with all major openpilot forks including FrogPilot, SunnyPilot, and stock openpilot. The setup process is the same regardless of which fork you're using.

Is there a storage limit for trips?

+

Stable is completely free with unlimited storage.