mirror of
https://gitlvb.teallvbs.xyz/IQ.Lvbs/IQ.Pilot.git
synced 2026-06-08 10:55:03 +08:00
release-modelyl
IQ.Pilot:
Join Our Public Beta at: https://discord.iqlvbs.com
Running IQ.Pilot
- A modern comma, or clone device to run this software (Comma 3, 3x, 4, Konik A1/M, Mr.One C3, C3 Lite)
- One of the supported cars.
- A car harness to connect to your car
Side Note: Volkswagen Group, and Tesla vehicles are the ONLY fully supported vehicles for use with IQ.Pilot, other manufacturers are supported but not a top priority while we are in beta.
Installation
Installing Via Installer URL:
Enter the following into your device custom URL box to install IQ.Pilot:
installer.comma.ai/IQLvbs/release
Having Trouble? If your device is currently running AGNOS 13.1 or older, you should install latest stock openpilot, then install IQ.Pilot, or try one of the alternative methods listed below!
Alternative Methods of Installation:
Enabling SSH:
- In your device's settings, go into "Developer Settings"
- Enable the "Enable SSH" toggle if it is not already on.
- Next to "SSH Keys", click on "Add" and then enter your GitHub username.
- Run the command below (replace your_email@example.com with your GitHub account email, then paste the output here after clicking on "New SSH Key", then reboot your comma device.
SSH Key Command: ssh-keygen -t ed25519 -C "your_email@example.com" -f ~/.ssh/id_ed25519 -N "" && cat ~/.ssh/id_ed25519.pub
Side Note: If you have already setup SSH and can SSH into your device, skip this section.
Installing Via SSH:
Once you are connected to your device via SSH, you can paste the following command below to install IQ.Pilot:
cd .. && git clone https://git.konn3kt.com/IQ.Lvbs/IQ.Pilot.git && mv IQ.Pilot openpilot && cd openpilot && git submodule update --init && sudo reboot
If you'd like to backup your previous installation as well, paste the following command below to install IQ.Pilot:
cd .. && mv openpilot openpilot_backup_X && git clone https://git.konn3kt.com/IQ.Lvbs/IQ.Pilot.git && mv IQ.Pilot openpilot && cd openpilot && git submodule update --init && sudo reboot
Alternatively, you can use your existing fork's built in tools to switch your branch as well:
git remote add iqpilot https://git.konn3kt.com/IQ.Lvbs/IQ.Pilot.git && op switch iqpilot release
Releases:
IQ.Pilot's Beta Is Currently At Release 1.0b
| Version | Installation URL |
|---|---|
release |
installer.comma.ai/IQLvbs/release |
pre-release |
installer.comma.ai/IQLvbs/release-new |
Side Note: Pre-Release's are releases of IQ.Pilot that are released publically for beta testing by the IQ.Pilot team, expect bugs, and unstable behavior, for stability please use release.
📊 User Data
IQ.Pilot uploads your data to Konn3kt, by IQ.Lvbs.
Konn3kt is the most secure, encrypted, feature rich management platform for your IQ.Pilot device. Konn3kt has dual end-to-end encryption, your data is encrypted in transit, and at rest, you, and only you have access to your device, and your data.
IQ.Pilot allows users to disable uploading entirely if they wish.
Konn3kt doesn't collect driver camera, microphone data (if disabled in IQ.Pilot) and parses your logs, and video data with dual end-to-end encryption, ensuring that your data is accessible to you, and only you, not even accessible to IQ.Lvbs.
Terms of Service / Privacy Policy / Licensing
IQ.Pilot is subject to the License found in this repository, Terms of Service, and, Privacy Policy.
Support IQ.Pilot?
Sorry, I have better things to do than ask my users for donations. - Teal
- IQ.Lvbs, by Project Teal Lvbs
Description
Languages
Python
71.7%
C
15.1%
C++
4.4%
Cuda
3.2%
Metal
1.4%
Other
4.1%