A powerful code runner plugin for Acode that adds a play button to execute different programming languages with just a click! Built using Acode's builtin terminal API so you don't need termux.
- 🎯 One-Click Execution - Simply click the play button to run your code
- 💾 Smart File Handling - Runs unsaved files, remote files, and files from terminal home
- 🎨 Beautiful Output - Colored terminal output with clear success/failure indicators
- 📦 Auto-Installation - Automatically offers to install missing language packages
Language | Extensions | Status |
---|---|---|
Python | .py , .pyw |
✅ Supported |
C | .c |
✅ Supported |
C++ | .cpp , .cxx , .cc , .c++ |
✅ Supported |
Java | .java |
✅ Supported |
Go | .go |
✅ Supported |
PHP | .php |
✅ Supported |
Ruby | .rb |
✅ Supported |
Rust | .rs |
✅ Supported |
Lua | .lua |
✅ Supported |
Shell Script | .sh , .bash |
✅ Supported |
Can't find your favorite programming language? Open a feature request and we'll add it! We're constantly expanding language support based on community needs.
- Open any supported code file in Acode
- Click the play button (
▶️ ) in the editor - Watch your code run in the integrated terminal
- Get instant feedback with colored success/error messages
Found a bug or want to contribute?
- Report Issues - Use GitHub issues for bug reports
- Feature Requests - Suggest new languages or features
- Pull Requests - Code contributions are welcome!
This project is licensed under the MIT License - see the LICENSE file for details.