Remember: you do not have to download EndBASIC to play with it.
You can click here to open up a fully-local, browser-based session!
Binary releases
The latest version of EndBASIC is 0.11.1 and was released on 2024-09-14.
OS | Platform | Link |
---|---|---|
Linux | x86-64 | endbasic-0.11.1-linux-x86_64-sdl.zip |
macOS | arm64 | endbasic-0.11.1-macos-arm64-sdl.zip |
Windows | x86-64 | endbasic-0.11.1-windows-x86_64-sdl.zip |
Linux | Raspberry Pi (ARM v7) | endbasic-0.11.1-linux-armv7-rpi.zip |
For more details visit the release page on GitHub.
Source installation
You may also choose to install from source if none of the above work for you, in which case simply type the following in your terminal:
cargo install endbasic
You will need to have a Rust toolchain installed for the above to work. Get started at: https://rustup.rs/.