-<span class=navbar-toggler-icon></span></button><div class="collapse navbar-collapse" id=navbarToggler><ul class="navbar-nav mr-auto mt-2 mt-lg-0"><li class=nav-item><a class=nav-link href=/about.html>About</a></li><li class=nav-item><a class=nav-link href=/blog.html>Blog</a></li><li class=nav-item><a class=nav-link href=/gallery.html>Gallery</a></li><li class="nav-item active"><a class=nav-link href=/download.html>Download</a></li><li class=nav-item><a class=nav-link href=/docs.html>Documentation</a></li><li class=nav-item><a class=nav-link href=/community.html>Community</a></li><li class=nav-item><a class=nav-link href=/endbox.html>EndBOX</a></li></ul></div></nav><div class="position-relative overflow-hidden p-3 p-md-5 m-md-3 text-center bg-dark bg-grid"><div class="p-lg-1 mx-auto my-1 text-white text-left"><h1 class="title font-weight-normal">Ready<br>RUN "DOWNLOAD"█</h1></div></div><article class=container><div class="alert alert-success text-center"><p>Remember: you do not have to download EndBASIC to play with it.<br>You can click here to open up a fully-local, browser-based session!</p><a class="btn btn-primary btn-lg" href=https://repl.endbasic.dev/ target=_new>Launch interpreter</a></div><h1 id=desktop-releases>Desktop releases</h1><p><strong>The latest version of EndBASIC is 0.11.1 and was released on 2024-09-14.</strong></p><table><thead><tr><th>OS</th><th>Platform</th><th>Link</th></tr></thead><tbody><tr><td>Linux</td><td>x86-64</td><td><a href=https://github.com/endbasic/endbasic/releases/download/endbasic-0.11.1/endbasic-0.11.1-linux-x86_64-sdl.zip>endbasic-0.11.1-linux-x86_64-sdl.zip</a></td></tr><tr><td>macOS</td><td>arm64</td><td><a href=https://github.com/endbasic/endbasic/releases/download/endbasic-0.11.1/endbasic-0.11.1-macos-arm64-sdl.zip>endbasic-0.11.1-macos-arm64-sdl.zip</a></td></tr><tr><td>Windows</td><td>x86-64</td><td><a href=https://github.com/endbasic/endbasic/releases/download/endbasic-0.11.1/endbasic-0.11.1-windows-x86_64-sdl.zip>endbasic-0.11.1-windows-x86_64-sdl.zip</a></td></tr><tr><td>Linux</td><td>Raspberry Pi (ARM v7)</td><td><a href=https://github.com/endbasic/endbasic/releases/download/endbasic-0.11.1/endbasic-0.11.1-linux-armv7-rpi.zip>endbasic-0.11.1-linux-armv7-rpi.zip</a></td></tr></tbody></table><p>For more details visit the <a href=https://github.com/endbasic/endbasic/releases/tag/endbasic-0.11.1>release page on GitHub</a>.</p><h1 id=disk-images>Disk images</h1><p>If you would like a whole-system experience where you can boot straight to EndBASIC, download the EndBOX OS images.</p><p><a class="btn btn-warning" href=/endbox.html>Visit the EndBOX page for details</a></p><table><thead><tr><th>Platform</th><th>Target machines</th><th>Link</th></tr></thead><tbody><tr><td>ARMv7 64-bit</td><td>Raspberry Pi 3B+, Zero 2 W</td><td><a href=https://ftp.netbsd.org/pub/NetBSD/misc/jmmv/endbox/endbox.20250708-e728d7b.evbarm-aarch64.img>endbox.20250708-e728d7b.evbarm-aarch64.img</a></td></tr><tr><td>x86-64</td><td>Any</td><td><a href=https://ftp.netbsd.org/pub/NetBSD/misc/jmmv/endbox/endbox.20250708-e728d7b.amd64.img>endbox.20250708-e728d7b.amd64.img</a></td></tr></tbody></table><h1 id=source-installation>Source installation</h1><p>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:</p><div class=highlight><pre tabindex=0 class=chroma><code class=language-shell data-lang=shell><span class=line><span class=cl>cargo install endbasic
0 commit comments