Get started with Aura Text on your platform
Get the latest version for Windows, Linux, and macOS
Download Latest Release View all releases on GitHubLatest stable release available for all platforms
Windows 10/11 (64-bit)
Available as .exe installer
Ubuntu, Debian, Fedora, Arch
Source code & packages
Click the download button above to go to GitHub releases and download the version for your platform
Windows: Run the .exe installer and follow the setup wizard
Linux/macOS: Extract and run from source or use provided packages
Launch Aura Text and start enjoying a powerful Python-based IDE!
Get the latest development version
# Clone repository
git clone https://github.com/rohankishore/Aura-Text.git
cd Aura-Text
# Setup virtual environment
python -m venv venv
venv\Scripts\activate # Windows
# source venv/bin/activate # Linux/Mac
# Install dependencies
pip install -r requirements.txt
# Run Aura Text
python main.py
# (Optional) Build executable
python build.py
Create your own installer
# After building from source:
# Compile with build.py
python build.py
# Open Inno Setup compiler
# Load Aura-Text-setup-x64.iss
# Build (Ctrl+F9)
# Installer will be in Output folder
Requires Inno Setup 6.4.3+