mirror of
https://gitlvb.teallvbs.xyz/IQ.Lvbs/IQ.Pilot.git
synced 2026-04-06 05:13:54 +08:00
release
IQ.Pilot:
Join Our Public Beta at: https://discord.iqlvbs.com
Running IQ.Pilot
- A modern comma device to run this software (3, 3x, 4)
- 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
Preparation:
Before Installing IQ.Pilot, you will need to ensure that SSH access is setup for your comma device.
To do so, follow the instructions below, this should work on all forks:
- In your comma 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 comma device, skip this section.
Installing:
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://gitlvb.teallvbs.xyz/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://gitlvb.teallvbs.xyz/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://gitlvb.teallvbs.xyz/IQ.Lvbs/IQ.Pilot.git && op switch iqpilot release
Installing Via Installer URL:
Enter the following into your comma device custom URL box to install IQ.Pilot:
IQ-Lvbs/release
Releases:
IQ.Pilot's Beta Is Currently At Release 1.0b
| Version | Installation URL |
|---|---|
release |
IQ-Lvbs/release |
📊 User Data
IQ.Pilot uploads your data to Konn3kt, by IQ.Lvbs.
Konn3kt is a secure, encrypted, feature rich management experience 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, and parses your logs 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%