Running a Local LLM on RISC-V: Building llama.cpp on a Banana Pi F3 (Part 1) 2026-02-27 Building llama.cpp from source on a RISC-V board and running a local LLM inference server with TinyLlama 1.1B, achieving 8.5 tokens/second. ...
Building WASI SDK on RISC-V: Self-Hosted WebAssembly Development on a Banana Pi F3 2026-02-25 Building the entire LLVM/Clang WASI SDK toolchain from source on a RISC-V single-board computer for self-hosted WebAssembly development. ...
When a Docker Captain Puts an AI Tool in a Container on RISC-V (Because Of Course He Does) 2026-02-25 Running OpenClaw AI assistant on RISC-V hardware (BananaPi F3) using Docker cross-compilation and BuildKit ...
Can WebAssembly Run on RISC-V? Testing Atym Containers on a Banana Pi F3 2026-02-24 Testing WebAssembly portability on RISC-V hardware: building WAMR and the Ocre runtime from source on a Banana Pi F3, and running the same .wasm binaries compiled on x86 without recompilation. ...
WebAssembly on Embedded Devices: A Docker Captain Tries Atym 2026-02-17 An in-depth exploration of WebAssembly containers on embedded devices using the Atym platform - comparing size, performance, and architecture against traditional Docker deployment. ...
Running Node.js on RISC-V with Docker (when there’s no official image yet) 2026-02-16 How and why I built unofficial Node.js Docker images for RISC-V 64-bit, filling the gap until official support lands. ...