Get AsterIDE up and running on your system.
Choose from AppImage, .deb, or .rpm packages.
If you want to contribute or build AsterIDE from source, you'll need Rust and Node.js installed.
# Clone the repository git clone https://github.com/Aster-IDE/AsterIDE.git cd AsterIDE # Build the application cargo build --release # Run the application cargo run
After installation, verify AsterIDE is working correctly:
Having trouble? Check our troubleshooting guide or open an issue.