InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →
Runno Alternatives
Similar projects and alternatives to runno
-
-
SurveyJS
JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.
-
-
-
-
-
webassembly.sh
Open-source and installable PWA terminal powered by WebAssembly, WAPM, and Wasmer-JS 🖥
-
-
Stream
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
-
wasmboy
Game Boy / Game Boy Color Emulator Library, 🎮written for WebAssembly using AssemblyScript. 🚀Demos built with Preact and Svelte. ⚛️
-
-
cloudcoil
Modern async-first Kubernetes client for Python with Pydantic models - bringing cloud-native operations and K8s development to life with elegant Pythonic APIs
-
gbajs3
Gbajs3 is a full Game Boy Advance emulator online in the browser supporting the mGBA WASM core. It is freely licensed and works in any modern browser.
runno discussion
runno reviews and mentions
- Show HN: MCP Server for secure code execution (Python, Ruby, C, and more)
-
This Week In Python
runno – Sandboxed runtime for programming languages and WASI binaries. Works in the browser or on your server
-
Show HN: I built a WASI playground for running CLI binaries in the browser
Oh awesome!! I've just added Trealla to my issues list to add it to Runno.
If you go into settings you can switch stdin echo on/off. I have stdio devices set up to return their file type as "Character Device" (see: https://github.com/taybenlor/runno/blob/main/packages/wasi-m...). It seems like some binaries handle this well and act like they are directly connected to the TTY (e.g. my quickjs example). Not sure how they determine that. I'm very much coming at this from a web-developer interested in WASI direction, and not from any experience with OSes or linux.
-
How I got Ruby snippets to run browser side in less than a day
Runno installs its packages using WAPM, it's based off a fork of WebAssembly.sh and so adding support for a new language already on WAPM is quite simple. If you're interested here's the PR. The important change is:
-
A note from our sponsor - InfluxDB
www.influxdata.com | 13 Jul 2025
Stats
taybenlor/runno is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of runno is TypeScript.