Packages
Browse packages indexed by the registry.
Proc-macro crate for Arcature: #[model], #[request], #[controller], #[derive(Job)], #[derive(Event)].
Arcature mail subsystem: typed message construction and secure SMTP delivery over lettre.
Arcature observability integration layer: structured tracing/metrics seams over the certified `tracing` foundation, with an optional OpenTelemetry bridge.
Arcature special-page runtime: 403/404/429/500/503/maintenance pages with a self-contained HTML fallback and ops-driven maintenance state.
Arcature object/file storage subsystem: an ergonomic boundary over Apache OpenDAL.
Arcature application-template engine: deterministic, safe generation of canonical Arcature application skeletons.
Arcature application testing toolkit: ergonomic real-app testing over the certified Axum/Tower stack.
A simple arcball-style camera. Uses the cgmath-rs library
An executable tool for building rust-based kernels and compiling, assembling and linking any extra dependencies
Guest agent for ArcBox VMs
API server for ArcBox (gRPC + REST)
Generic asset download, verification, and caching primitives
Atomic file replacement with a durable rename, reporting the two failure modes apart
Boot asset manifest types, asset manager, and CLI tools for ArcBox VM runtime
Command-line interface for ArcBox
Agent-computer domain layer for ArcBox: transport-free sandbox protocols
Connect RPC surface for the ArcBox sandbox API (connectrpc + buffa)
ArcBox-internal fork of connectrpc — use `connectrpc` instead. A Tower-based Rust implementation of the ConnectRPC protocol.
ArcBox-internal fork of connectrpc-build — use `connectrpc-build` instead. Build-time integration for connectrpc (use in build.rs).
ArcBox-internal fork of connectrpc-codegen — use `connectrpc-codegen` instead. Generates ConnectRPC Rust service bindings from proto descriptors.
ArcBox-internal fork of connectrpc-health — use `connectrpc-health` instead. gRPC health-checking, wire-compatible with grpc_health_v1.
ArcBox-internal fork of connectrpc-reflection — use `connectrpc-reflection` instead. gRPC server reflection, wire-compatible with grpc.reflection.v1 and v1alpha.
Stateful NAT connection tracking and zero-copy packet translation for ArcBox
Shared protocol and runtime constants for ArcBox
Container runtime for ArcBox
Core orchestration layer for ArcBox
ArcBox daemon process
Lock-free packet buffer pool, SPSC/MPMC ring buffers, and cache-aligned datapath primitives for ArcBox
Lightweight DHCP server and IP allocator for ArcBox
DNS packet parsing and response building for ArcBox (no platform deps)
Docker REST API compatibility layer for ArcBox
Docker CLI tool download, installation, and management
Embeddable, daemon-free VM engine for ArcBox
Common error types for ArcBox
Pure-Rust ext4 filesystem formatter and reader for container images
Fake-IP <-> domain resolution log and system proxy/VPN environment detection for ArcBox
gRPC service clients and servers for ArcBox (tonic + prost)
Privileged helper daemon for host mutations (routes, DNS, sockets)
Cross-platform hypervisor abstraction layer for ArcBox
Boot-asset and machine-image management for ArcBox
Shared logging infrastructure: tracing init, size-based rotation, JSON + human-readable output
Shared logic for migrating Docker objects (images, containers, networks) from Docker Desktop or OrbStack into ArcBox.
High-performance network stack for ArcBox
Guest memory RX injection engine for ArcBox VirtIO-net
VirtIO-net backends (NAT bridge, TSO fast path) connecting the ArcBox datapath to arcbox-virtio