golemcloud/golem
Golem Cloud is the agent-native platform for building AI agents and distributed applications that never lose state, never duplicate work, and never require you to build infrastructure.
What it solves
Golem provides a distributed cloud environment designed specifically for running WebAssembly (Wasm) components, allowing developers to build and deploy scalable agents across a cloud infrastructure.
How it works
It utilizes a set of services that enable the execution of WebAssembly components. These components can be written in several supported languages, including Rust, TypeScript, Scala, and MoonBit.
Who it’s for
Developers who want to build and run distributed agents using WebAssembly in a cloud-native environment.
Highlights
- Support for multiple languages: Rust, TypeScript, Scala, and MoonBit.
- Distributed cloud execution for Wasm components.
- Dedicated developer documentation and cloud platform.
Related
- Project
WasmEdge/WasmEdgeA lightweight, high-performance WebAssembly runtime that provides a secure sandbox for running LLMs, microservices, and plug-ins across edge devices and servers.
- Project
taybenlor/runnoA collection of JavaScript packages that use WebAssembly and WASI to run code from various languages in a secure, isolated sandbox in the browser or Node.js.
- Project
0xranx/golembotGolemBot is a Node.js runtime that gives existing coding agents (Cursor, Claude Code, OpenCode, Codex) a chat‑bot body. With a single `golembot gateway` command you can expose the agent on Slack, Telegram, Discord, Feishu, DingTalk, WeCom, WeChat, or a custom HTTP API, and swap LLM providers (OpenRouter, MiniMax, DeepSeek, etc.) via a tiny YAML config. It integrates the ClawHub marketplace (13 k+ community skills) so agents can gain new abilities instantly. Features include a built‑in dashboard, cron scheduler, fleet management, and a minimal JavaScript SDK (`createAssistant`). Install with `npm i -g golembot`, run `golembot onboard` to configure, then `golembot gateway` to go live. MIT‑licensed.
- Project
withastro/flueA programmable TypeScript harness for building autonomous agents with built-in support for secure sandboxes, durable sessions, and tool integration.
- Project
Abraxas-365/langchain-rustA Rust implementation of the LangChain framework for building composable LLM applications with support for various models, vector stores, and agents.