AegisSpeed Quick Start
2/26/26Less than 1 minute
AegisSpeed Quick Start
Get AegisSpeed installed and running in just a few minutes.
Recommendation
For the best experience, we recommend using Windows PowerShell or Windows Terminal.
Environment Requirements
Administrator Privileges Required
- Operating System: Windows 10 / 11
- Python: 3.11 or higher
Step 1: Clone the Repository
Clone Method
git clone https://github.com/JNTMTMTM/AegisSpeed.git
cd AegisSpeedgit clone git@github.com:JNTMTMTM/AegisSpeed.git
cd AegisSpeedStep 2: Install Dependencies
pip install -r requirement-env.txtTips
If you encounter installation issues, try using a virtual environment:
python -m venv venv
.\venv\Scripts\activate
pip install -r requirement-env.txtStep 3: Run the Application
python src/AegisSpeed_Launcher.pyImportant
Make sure to run the command prompt or PowerShell as Administrator before executing the above command.
Next Steps
- Introduction — Learn about features and full documentation
- Technical Info — ASAC Check Unit Technical Manual
- Error Codes — Troubleshooting and error reference
Tips
Having issues? Check the Error Codes Manual for solutions.