Turbowarp is required. It just won't work on Scratch. Use this link: https://turbowarp.org/1331755906/fullscreen?size=640x480&turbo This is a full, minimal Linux distribution running on a 32-bit Risc-V emulator. It has basic bash utilities and some extra software. It can also run Lua. Note that this is not the same emulator used in @bilman66's similar project. Don't know what to do? When it has booted (when it outputs "~#" followed by a flashing cursor), type "cat readme" or "cat credits" Technical Explanation: This is a minimal linux installation running on a Risc-V emulator in Scratch. The emulator is a 32-bit Risc-V emulator that supports Machine Mode and User Mode privilege levels. Fully, it supports the "rv32ima_zicsr" instruction set. It boots a minimal linux kernel compiled withh Buildroot. It supports a few additional utilities, such as the text editor "vi" which may or may not work at all. It does not support virtual memory. Credits: - Emulator by @Robostew - Terminal emulator by @Robostew with text rendering by @52525rr with Gnu Unifont - Thanks @bliman66 for his take on Linux on Scratch and cnlohr for mini-rv32ima for references - Official Risc-V documentation - Thanks to @bilman66 and @tacodiva for answering my questions about Buildroot - Thanks to @Geotale, @SpinningCube, @52525rr, and @bananavtwo for following the project