📥

Download Aura Text

Get the latest version for Windows, Linux, and macOS

Download Latest Release View all releases on GitHub

Latest stable release available for all platforms

🪟

Windows

Windows 10/11 (64-bit)

Available as .exe installer

🐧

Linux

Ubuntu, Debian, Fedora, Arch

Source code & packages

🍎

macOS

macOS 11+ (Big Sur and later)

macOS Port →

Quick Installation Guide

1

Download

Click the download button above to go to GitHub releases and download the version for your platform

2

Install

Windows: Run the .exe installer and follow the setup wizard
Linux/macOS: Extract and run from source or use provided packages

3

Start Coding

Launch Aura Text and start enjoying a powerful Python-based IDE!

System Requirements

Minimum Requirements

  • OS: Windows 10 (64-bit)
  • RAM: 2 GB
  • Storage: 200 MB available space
  • Python: 3.9+ (for source builds)

Recommended

  • OS: Windows 11 (64-bit)
  • RAM: 4 GB or more
  • Storage: 500 MB available space
  • Display: 1920x1080 or higher

Alternative Installation Methods

🔧 Build from Source

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
View on GitHub

📦 Build Installer

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+

Latest Release

What's New in Latest Version

View All Releases

✨ New Features

  • Python code linting with pylint and flake8
  • Command palette for quick actions
  • Improved Git integration with graph view
  • Material Design theme support
  • Plugin system enhancements

🐛 Bug Fixes

  • Fixed terminal history persistence
  • Improved syntax highlighting for multiple languages
  • Enhanced performance for large files
  • Various UI improvements

Need Help?

📖 Documentation

Read the complete guide

View Docs

🐛 Report Issues

Found a bug? Let us know

Report Bug

💬 Discussions

Ask questions and share ideas

Join Discussion

☕ Support Us

Help keep development going

Buy Me a Coffee