The One-Line Patch That Unlocked Next.js on RISC-V: A Detective Story 2025-11-15 How we discovered and fixed the root cause preventing Next.js from recognizing riscv64 architecture, achieving the first successful native SWC build on RISC-V hardware ...
Building Next.js SWC from Source for RISC-V: A Journey Through the ring Dependency Maze 2025-11-14 How I built Next.js's native SWC compiler from source on riscv64 hardware, navigated cryptography dependency nightmares, and discovered workarounds that actually work ...
Bringing AI Agents to RISC-V64: The First cagent Distribution Package 2025-11-14 How we packaged Docker Engineering's cagent multi-agent AI runtime for RISC-V64, creating the first Linux distribution package for this powerful tool ...
Docker v29 Lands on RISC-V64 in Under a Week: The Future is Here 2025-11-12 Docker Engine v29.0.0 released Nov 6. RISC-V64 builds ready Nov 12—just 6 days later. Containerd as default, automated builds, production-ready. ...
Running a 70B LLM on Pure RISC-V: The MilkV Pioneer Deployment Journey 2025-11-10 Successfully deploying llama.cpp and Ollama on a 64-core RISC-V workstation to run a 70-billion parameter language model without GPU acceleration - a complete technical walkthrough with lessons learned ...
Building Node.js Natively on RISC-V: A 15-Hour Journey from Fork to Release 2025-11-07 A detailed technical walkthrough of implementing native RISC-V 64-bit build support for Node.js, from forking the repository to publishing the first release after 8 critical bug fixes and 15.5 hours of compilation ...