Container RuntimeQuilt
The foundation for autonomous infrastructure: one system for containers, clusters, mesh networks, and serverless execution.
- Built to make infrastructure programmable enough for agents, not just operators.
- Brings runtime control, cluster orchestration, and product-facing APIs into one surface.
- Designed as a base layer you can actually build products and automation on top of.
- Status
- Shipped (Production)
- Tags
- RuntimePlatformContainersGPU
- Related
- Mesh, RLM
Distributed InferenceMesh
P2P distributed inference for heterogeneous compute.
- Designed for uneven fleets, not idealized racks of identical GPUs.
- Focuses on making coordination, serving, and recovery feel native across mixed machines.
- Includes a durable credit system that reserves, settles, and releases usage against real worker participation.
- Status
- Shipped (Testing)
- Tags
- InferenceDistributed SystemsScheduler
- Related
- Sock, Zip
Systems LanguageFzy
A systems programming language and compiler for runtime engineering.
- Designed around performance, determinism, safety, and correctness rather than convenience-first abstractions.
- Supports bidirectional C interop, strict memory safety with manual memory management and an explicit unsafe paradigm, GPU and SIMD work, native async, RPC, and concurrency.
- Also carries modern language features like pattern matching and algebraic data types without giving up low-level control.
- Status
- Shipped (v0)
- Tags
- LanguageCompilerToolchainDeterminism
- Related
- Fozzy, Strand, Superctx, Timelapse
Versioning DaemonTimelapse
Automatic version control for AI-assisted development.
- The idea is simple: exploratory work should still be recoverable without turning every thought into a manual commit.
- Built on Jujutsu for Git compatibility, but centered on checkpointing, restore, diff, and publish flows.
- Made for fast, messy, iterative building where confidence matters as much as speed.
- Status
- Shipped (v0)
- Tags
- Version ControlDeveloper ToolsDaemonJJ
- Related
- Ice, Fozzy, Remyy
3D Modeling EngineCAD Engine
A CAD-style modeling engine for precise 3D workflows across product UI and geometry systems.
- Combines a Rust geometry core with a product surface that feels like a real modeling tool, not just a rendering demo.
- Keeps operation history explicit so scenes can be replayed, edited, and validated over time.
- It is in the last-mile phase now: mostly polish, hardening, and product finish.
- Status
- Development (Last Mile)
- Tags
- 3DCadRustReact
- Related
- Fozzy, Aria, Sled-Sheets
Remote ShellRemyy
Remote shell and tunnels for reaching your own machine from any browser, especially your phone.
- The core experience is immediacy: open a link, scan a QR code, and you are in.
- It treats reconnects, scrollback, and mobile input as first-class concerns instead of broken edge cases.
- It can also expose local services and pair cleanly with sandboxed environments when needed.
- Status
- Shipped (v0)
- Tags
- Remote AccessTerminalTunnelsMobile
- Related
- Aegis, Quilt, Timelapse
Collaborative Spreadsheet EngineSled Sheets
A collaborative spreadsheet engine in Rust with formulas, live sync, charts, and agent tooling.
- It is less about cloning a spreadsheet brand and more about building the spreadsheet as a serious programmable system.
- Designed around incremental recalculation, CRDT collaboration, and durable storage backends.
- Pushes toward spreadsheets as shared software surfaces, not just static tables.
- Status
- Shipped (v0)
- Tags
- SpreadsheetRustCrdtCalc Engine
- Related
- Aria, 3D, Timelapse
Agent BrowserAegis
An agent browser built for real web work, not mocked DOM automation.
- One persistent browser session, one control plane, and one execution path whether it is headful or headless.
- Designed around the things agent workflows actually need: state, navigation, inspection, files, and continuity.
- It is closer to operating a browser than scripting a test runner.
- Status
- Shipped (v0)
- Tags
- BrowserAutomationRuntime
- Related
- Aria, Fozzy, Remyy
Deterministic Testing RuntimeFozzy
A deterministic testing runtime for systems that are hard to trust by inspection alone.
- It turns failures into artifacts you can replay, shrink, verify, and share.
- Built for race conditions, distributed bugs, hangs, and other problems that disappear the moment you look at them.
- The bigger idea is operational confidence through evidence instead of guesswork.
- Status
- Shipped (v0)
- Tags
- TestingFuzzingReplayCI
- Related
- Fzy, Sock, TMH
Agentic ComputerAria
An agentic computer built around a local orchestrator, real tools, memory, and GPU-native intelligence.
- The orchestrator agent acts like the CPU, coordinating work, state, memory, and execution.
- The SDK is the app layer, so tools, agents, teams, pipelines, and workflows can be built on top in a structured way.
- Quilt containers provide isolated execution like multithreaded runtime lanes, while the Tauri desktop app is the UI around the whole machine.
- Status
- Development (Stealth)
- Tags
- RustAssistant InfraGateway
- Related
- Aegis, Ice, Quilt
Desktop EnvironmentIce
An integrated development environment with a native browser, git, file browsing, AI chat, and terminals in one workspace.
- Built for real multi-project work instead of one editor pane at a time.
- Puts browser, terminal, repository, and assistant in the same native workspace.
- The aim is to make the whole environment feel calm, fast, and actually useful every day.
- Status
- Development (Last Mile)
- Tags
- DesktopTauriWorkspace
- Related
- Aria, Aegis