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. Learn more →
Coderunner Alternatives
Similar projects and alternatives to coderunner
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. 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.
-
-
-
-
-
sirix
SirixDB is an an embeddable, bitemporal, append-only database system and event store, storing immutable lightweight snapshots. It keeps the full history of each resource. Every commit stores a space-efficient snapshot through structural sharing. It is log-structured and never overwrites data. SirixDB uses a novel page-level versioning approach.
-
devpod
Codespaces but open-source, client-only and unopinionated: Works with any IDE and lets you use any cloud, kubernetes or just localhost docker.
-
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.
-
claude-code
Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.
-
-
substrata
Metaverse client and server written in C++. Runs on Windows, Mac, Linux and Web. Custom 3D engine, networked physics and Lua scripting
-
-
-
mcp-front
OAuth 2.1 proxy for Model Context Protocol servers - adds authentication to MCP tools for Claude.ai, Claude Code
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
coderunner discussion
coderunner reviews and mentions
-
Switching to Claude Code and VSCode Inside Docker
I have actually been working on something similar but instead of Docker, I am using Apple’s builtin container support to run shell commands and code with real OS-level isolation. It’s fast (spawns in milliseconds) and integrates nicely with things like Claude Code and the Gemini CLI. I open sourced it as CodeRunner[1]. Would love to hear what people think or chat about how it compares.
1. https://github.com/BandarLabs/coderunner
-
WASM Agents: AI agents running in the browser
We looked at Pyodide and WASM along with other options like firecracker for our need of multi-step tasks that require running LLM generated code locally via Ollama etc. with some form of isolation than running it directly on our dev machines and figured it would be too much work with the various external libraries we have to install. The idea was to get code generated by a powerful remote LLM for general purpose stuff like video editing via ffmpeg, beautiful graphs generation via JS + chromium and stuff and execute it locally with all dependencies being installed before execution.
We built CodeRunner (https://github.com/BandarLabs/coderunner) on top of Apple Containers recently and have been using it for sometime. This works fine but still needs some improvement to work across very arbitrary prompts.
-
Small win: Made CodeRunner and got appreciated by Google Gemini team!
Gemini CLI supports code execution itself but via shell, which can be a security issue. CodeRunner solves this by running it in a safe isolated container.
- Ask HN: What Are You Working On? (June 2025)
- Show HN: Use Apple Container with Gemini CLI
-
Gemini CLI
Hi - I integrated Apple Container on M1 to run[1] the code executed by Gemini CLI. It works great!
1. CodeRunner - https://github.com/BandarLabs/coderunner/tree/main?tab=readm...
- Coderunner: A sandbox to run LLM generated code securely via Apple container
-
Gemini CLI: your open-source AI agent
Interesting that I posted this few hours ago - https://github.com/BandarLabs/coderunner
The major difference would be Gemini CLI running code directly on you mac vs in a Apple container (in my tool).
They do have MCP support so I can probably add apple container support to it. Let's see once they make the repo public.
-
MCP is eating the world–and it's here to stay
Unfortunately, the "protocol" doesn't have any emphasis on security so far, its all a repeat of HTTP -> HTTPS.
However I feel the tooling built around MCP has been a lot and makes your work easier.
The perfect use today would be using a locally running MCP servers for execution of code[1], manipulation of local files etc.
1. CodeRunner - Generate and run LLM code locally on Apple containers (https://github.com/BandarLabs/coderunner) (I am one of the authors)
- Show HN: CodeRunner – Generate and run LLM code locally on Apple containers
-
A note from our sponsor - Stream
getstream.io | 14 Jul 2025
Stats
BandarLabs/coderunner is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of coderunner is Python.