BROWSE A-Z
All 305,250 crates, alphabetically
Data as of 2026-07-25 (crates.io database dump, timestamp 2026-07-25T02:00:36Z). Source: crates.io · db-dump.tar.gz · methodology & corrections.
forevervmforeverVM CLI. Allows you to start foreverVMs and run a REPL on them.15,614MIT OR Apache-2.0
forevervm-sdkforeverVM SDK. Allows you to start foreverVMs and run a REPL on them.16,717MIT OR Apache-2.0
forexConverting currencies in your terminal3,077MIT
forex-factoryAsync Rust library for scraping economic event data from Forex Factory calendar43MIT OR Apache-2.0
forex-splitSplit a receipt in one currency into categories for bookkeeping in another currency.77MIT
forgecommand-line tool for creating bare-metal projects that use metal5,539Apache-2.0/MIT
forge-agentForge — the model-agnostic AI coding agent. One harness, every provider.21MIT
forge-agent-configLayered configuration and secret resolution for Forge.94MIT
forge-agent-coreForge session orchestrator: the agent loop and permission broker.30MIT
forge-agent-indexLattice — native tree-sitter code-intelligence graph persisted in SQLite.55MIT
forge-agent-lspLSP client for live diagnostic feedback after agent edits.40MIT
forge-agent-mcpMCP client: connect Forge to external Model Context Protocol servers (mcp-client.md).39MIT
forge-agent-meshModel Mesh: rule-based task routing for cost x capability (ADR-0006).39MIT
forge-agent-providerProvider-agnostic model interface for Forge, backed by genai (ADR-0003).39MIT
forge-agent-skillsSlash-command + skill catalog: discovery, frontmatter, templates, Claude-Code readers.101MIT
forge-agent-storeLocal SQLite persistence for Forge sessions, messages, costs, and decisions.63MIT
forge-agent-toolsTool trait and core coding tools (read/write/shell/search) for Forge.39MIT
forge-agent-tuiPresenter abstraction and renderers (headless now; ratatui TUI next) for Forge.39MIT
forge-agent-typesShared domain types for Forge (messages, usage, routing, permissions).114MIT
forge-allocComposable memory allocator primitives — pay-for-what-you-use security hardening with zero-cost type-level composition202MIT OR Apache-2.0
forge-alloc-capiC ABI for forge-alloc — a hardened bump allocator over a caller-provided buffer, for embedded C/C++20MIT OR Apache-2.0
forge-alloc-coreCore trait contracts (Allocator/Deallocator/OsBacked/FixedRange/FreelistProtection) and NonZeroLayout for the forge-alloc family215MIT OR Apache-2.0
forge-apiAPI for interacting with the coal program5,805Apache-2.0
forge-audioZero-allocation, lock-free audio architecture for real-time DSP, game engines, and WebAssembly17AGPL-3.0-or-later
forge-auditAudit event types for Forge gateway observability122FSL-1.1-ALv2
forge-backendThis crate has been renamed to forgecore-backend-framework-daemon112non-standard
forge-card-scriptParser and intermediate representation for the Forge card-script DSL used by Magic: The Gathering rules engines125GPL-3.0-or-later
forge-card-script-lspLanguage Server Protocol implementation for the Forge card-script DSL17GPL-3.0-or-later
forge-carddbCard database for the manabrew engine: parses Forge card scripts into CardRules122AGPL-3.0-or-later
forge-cardset-archiverkyv archive format for manabrew's pre-compiled cardset105AGPL-3.0-or-later
forge-chartsPure-Rust + SVG interactive charts for Leptos CSR. Project-agnostic public API; no JS, no canvas, no Tailwind.225MIT OR Apache-2.0
forge-cliAptos end to end test framework CLI7,946Apache-2.0
forge-clientMCP client connections to downstream servers for Forge gateway213FSL-1.1-ALv2
forge-codeCode decomposition into tiles for Plato agents21Apache-2.0
forge-codegenTypeScript code generator for the Forge framework1,014MIT
forge-configConfiguration loading for Forgemax Code Mode MCP Gateway368FSL-1.1-ALv2
forge-containersContainer and interop primitives for the forge-alloc memory family — over-aligned, zero-copy-friendly data structures17MIT OR Apache-2.0
forge-coreCore types and traits for the Forge framework1,279MIT
forge-core-dbDatabase layer for Forge - SQLite-based persistence for tasks, attempts, and state940MIT
forge-core-deploymentDeployment abstractions for Forge - handles local and cloud deployment strategies728MIT
forge-core-executorsTask executors for the Forge framework - handles task lifecycle and execution1,073MIT
forge-core-local-deploymentLocal deployment implementation for Forge - manages worktrees and local task execution621MIT
forge-core-serverHTTP server for Forge - REST API, WebSocket streaming, and MCP integration495MIT
forge-core-servicesBusiness logic services for Forge - task management, git operations, and file watching838MIT
forge-core-utilsCore utilities for the Forge task execution framework1,198MIT
forge-cpcompetitive programming exercise scaffolder with a c++ template system39MIT
forge-dataStructured data decomposition into tiles for Plato agents18MIT
forge-deployA cli that goes along a set of soldity contract to keep track of deployments by name in forge.44,568MIT
forge-dioxusDioxus runtime client for the Forge full-stack framework233MIT
forge-docReserved placeholder crate for the Foundry project.24MIT OR Apache-2.0
forge-embeddedAnalyze embedded hardware configs and generate dependency-ordered C initialization code38MIT
forge-engineCausal edit attribution and structured patch evaluation engine54MIT
forge-errorTyped error types for Forge gateway dispatcher traits611FSL-1.1-ALv2
forge-exec-ipc-clientipc client that let forge to connect to an ipc server while executing solidity5,146MIT
forge-filterGPU filter+compact for Apple Silicon — 10x+ over Polars on numeric WHERE clauses23AGPL-3.0-only
forge-fluxGeneralized input decomposition engine — decompose anything into tiles for agent transform pipelines18MIT
forge-fmtsolidity formatting49,646MIT OR Apache-2.0
forge-foundationCore Magic types for the manabrew engine: colors, mana, card types, zones, phases133AGPL-3.0-or-later
forge-frameworkA web framework for Rust14Apache-2.0
forge-genUnified code generator — SDKs, IaC providers, schemas, and docs from OpenAPI specs17MIT
forge-guardrailsFoundation types for an LLM-agent workflow framework60MIT
forge-hostWASM plugin runtime for OpenAPI Forge838Apache-2.0 OR MIT
forge-ibl-bakeDrop in an HDRI, get wgpu/Bevy-ready IBL textures. No Blender, no Substance, no C++ build.15MIT OR Apache-2.0
forge-imageImage decomposition into tiles for Plato agents18Apache-2.0
forge-irOpenAPI Forge intermediate representation types1,816Apache-2.0 OR MIT
forge-ir-bindgenWIT bindings for the forge plugin worlds, plus conversions to/from forge-ir925Apache-2.0 OR MIT
forge-jobsSidekiq-style job queue with embedded SQLite and pluggable Postgres. Per-queue workers + cron + cluster-wide rate-limit budget +…435MIT OR Apache-2.0
forge-jobs-apiAxum HTTP transport for forge-jobs. Pure async handlers over the storage trait surface (shared with in-process IPC bindings) +…397MIT OR Apache-2.0
forge-jobs-uiReusable Leptos CSR panel for the forge-jobs queue. Overview, timeline, cron, scheduled-jobs, dead-letter inspector —…205MIT OR Apache-2.0
forge-kitHigh-performance metadata manager and parser for ForgeScript.216GPL-3.0
forge-langForge — Internet-native programming language with natural syntax, bytecode VM, and built-in HTTP/database/crypto213MIT
forge-lintReserved placeholder crate for the Foundry project.17MIT OR Apache-2.0
forge-lspLanguage Server Protocol implementation for Solidity207MIT
forge-macrosProcedural macros for the Forge framework1,004MIT
forge-manifestHierarchical capability manifest for Code Mode tool discovery465FSL-1.1-ALv2
forge-memory-bridgeTransform Forge export envelopes into projection import batches for semantic-memory386Apache-2.0
forge-orchestrationRust-native orchestration platform for distributed workloads with MoE routing, autoscaling, and Nomad integration187Apache-2.0
forge-orchestratorUniversal coordination engine for AI-powered development26MIT
forge-parserOpenAPI 3.0 JSON parser producing forge-ir729Apache-2.0 OR MIT
forge-pfxForge is a cli tool for converting PFX/P12 certificate files to PEM format1,002MIT
forge-pilotClosed-loop orchestrator over runtime advisories, kernel oracles, and canonical Forge export/import lanes47MIT
forge-pipelinePipeline orchestration for OpenAPI Forge638Apache-2.0 OR MIT
forge-plugin-sdkOpenAPI Forge plugin author SDK (wasm32-wasip2 only)1,031Apache-2.0 OR MIT
forge-plugin-sdk-rustThis crate has been renamed to forgecore-backend-framework-daemon110non-standard
forge-policyWorkspace and database safety policy primitives for forge-engine112MIT
forge-protoThis crate has been renamed to forgecore-backend-framework-daemon110non-standard
forge-reasoningReasoning tools for LLM debugging - checkpointing, hypotheses, contradictions22GPL-3.0
forge-releaseTurn-key cross-platform release builds for Rust projects47MIT OR Apache-2.0
forge-rsxA Rust macro library for declarative, JSX-like HTML generation. It allows you to write HTML structures with embedded logic,…10,922MIT
forge-runReserved for the forge.run platform22Apache-2.0
forge-run-abiReserved for the forge.run platform22Apache-2.0
forge-run-cliReserved for the forge.run platform22Apache-2.0
forge-run-clientReserved for the forge.run platform23Apache-2.0
forge-run-configReserved for the forge.run platform22Apache-2.0
forge-run-coreReserved for the forge.run platform21Apache-2.0
forge-run-macrosReserved for the forge.run platform24Apache-2.0
forge-run-runtimeReserved for the forge.run platform23Apache-2.0
forge-run-sdkReserved for the forge.run platform23Apache-2.0
forge-run-testReserved for the forge.run platform23Apache-2.0
forge-run-typesReserved for the forge.run platform23Apache-2.0
forge-runtimeRuntime executors and gateway for the Forge framework996MIT
forge-sandboxV8 sandbox for executing LLM-generated JavaScript via deno_core607FSL-1.1-ALv2
forge-sandbox-workerIsolated V8 sandbox worker process for Forge171FSL-1.1-ALv2
forge-scriptReserved placeholder crate for the Foundry project.21MIT OR Apache-2.0
forge-script-sequenceReserved placeholder crate for the Foundry project.19MIT OR Apache-2.0
forge-sensorSensor data decomposition into tiles for Plato agents17Apache-2.0
forge-serverMCP server exposing search() and execute() Code Mode tools373FSL-1.1-ALv2
forge-sol-macro-genReserved placeholder crate for the Foundry project.17MIT OR Apache-2.0
forge-sortGPU radix sort for Apple Silicon — 4,800+ Mkeys/s, 6 data types, zero-copy73AGPL-3.0-only
forge-subtitleSubtitle decomposition into tiles — the SubForge pattern, generalized18MIT
forge-teA lua-powered templating engine.94MIT OR Apache-2.0
forge-test-harnessTest harness for OpenAPI Forge plugin authors403Apache-2.0 OR MIT
forge-textText decomposition into tiles for Plato agents18MIT
forge-treeA powerful project scaffolding tool that generates folder and file structures from text representations361MIT
forge-typesErgo blockchain types2,766MIT
forge-utilsUtils for building ORE programs4,399Apache-2.0
forge-verifyReserved placeholder crate for the Foundry project.19MIT OR Apache-2.0
forge-worker-sdkOrganizyio Forge — Rust worker IPC SDK (framing, server runtime, job registry, dispatcher).93Apache-2.0
forge3dUI toolkit no estilo do Blender 2.79 (áreas divisíveis, widgets clássicos, temas), sobre egui38MIT OR Apache-2.0
forge3d-editorsEditores classicos do Blender 2.79 (Info, Outliner, Timeline, Properties, Tool Shelf) para forge3d13MIT OR Apache-2.0
forge3d-view3dViewport 3D estilo Blender 2.79 para o forge3d: grid, cubo, navegação orbit/pan/zoom e seleção31MIT OR Apache-2.0
forge_backupA program to backup all the user home folders to an S3 bucket.11,492MIT
forge_commonLibrary for dealing with forge servers1,360GPL-3.0-or-later
forge_crypterThe rust language implementation of crypter7,566Apache-2.0
forge_didThe rust language implementation of create did8,224Apache-2.0
forge_grpcThe rust language implementation of forge grpc client7,092Apache-2.0
forge_hasherThe rust language implementation of forge_hasher8,970Apache-2.0
forge_migrateA migration tool for migrating sites between Laravel Forge servers1,078GPL-3.0-or-later
forge_moveA program to backup a site from one forge server and copy it to another.5,625MIT
forge_sdkThe rust language implementation of forge sdk4,432Apache-2.0
forge_signerThe rust language implementation of forge_signer8,881Apache-2.0
forge_utilThe rust language implementation of forge_util7,580Apache-2.0
forge_walletThe rust language implementation of forge_wallet7,554Apache-2.0
forgeaiUnified Rust SDK for multi-provider GenAI39MIT OR Apache-2.0
forgeai-adapter-anthropicAnthropic adapter for forgeai-rs119MIT OR Apache-2.0
forgeai-adapter-geminiGemini adapter for forgeai-rs119MIT OR Apache-2.0
forgeai-adapter-openaiOpenAI adapter for forgeai-rs120MIT OR Apache-2.0
forgeai-coreCore types and traits for forgeai-rs485MIT OR Apache-2.0
forgeai-gatewayGateway service for forgeai-rs40MIT OR Apache-2.0
forgeai-observabilityObservability helpers for forgeai-rs43MIT OR Apache-2.0
forgeai-replayRecord/replay test harness for forgeai-rs41MIT OR Apache-2.0
forgeai-routerRouting and fallback policies for forgeai-rs41MIT OR Apache-2.0
forgeai-schemaSchema utilities for forgeai-rs45MIT OR Apache-2.0
forgeai-streamStreaming protocol types for forgeai-rs38MIT OR Apache-2.0
forgeai-toolsTool calling helpers for forgeai-rs123MIT OR Apache-2.0
forgeconfDeclarative configuration loader for Rust structs powered by attribute macros.263MIT
forgeconf_coreRuntime primitives powering the Forgeconf configuration macro.511MIT
forgeconf_macrosProcedural macro crate for Forgeconf.395MIT
forgecore-backend-framework-daemonBackend operating environment — kernel, gateway, plugin SDK, and CLI267non-standard
forgedClient API for forged.dev and device provisioning processes9,573MIT
forged-cliCommand-line interface for forged.dev and device provisioning processes2,813MIT
forged-in-lost-landsForged in Lost Lands is a simple game engine built in Rust that focuses on data control and ease of use15,016MIT
forgedbForgeDB — an application database generator. Compiles a declarative .forge schema into tailored Rust database code, a TypeScript…15MIT OR Apache-2.0
forgedb-authSchema-agnostic verify-only JWT authentication + tenant cross-check for ForgeDB generated servers20MIT OR Apache-2.0
forgedb-backupLock-free snapshot backup & restore over ForgeDB's append-only storage layout35MIT OR Apache-2.0
forgedb-changefeedSchema-agnostic change-feed broadcast + durable resumable broker primitive for ForgeDB generated servers58MIT OR Apache-2.0
forgedb-codegenCode generators (Rust, TypeScript SDK, REST API, OpenAPI) for the ForgeDB schema compiler41MIT OR Apache-2.0
forgedb-compactionDatabase compaction and maintenance operations for ForgeDB20MIT OR Apache-2.0
forgedb-coordinatorMVCC Tier 3 commit coordinator for ForgeDB — unix-socket server that owns conflict detection, LSN sequencing, and turn…32MIT OR Apache-2.0
forgedb-lsp-serverLanguage Server Protocol implementation for ForgeDB schema language16MIT OR Apache-2.0
forgedb-migrationsSchema migration tools for ForgeDB35MIT OR Apache-2.0
forgedb-parserParser for ForgeDB schema language46MIT OR Apache-2.0
forgedb-query-paramsQuery parameter parsing and validation for ForgeDB REST API endpoints17MIT OR Apache-2.0
forgedb-storageColumnar storage facade for ForgeDB — re-exports the native positional-file backend on host targets and the in-memory-arena…555MIT OR Apache-2.0
forgedb-storage-nativeNative (positional file I/O) columnar storage backend for ForgeDB. Selected by the `forgedb-storage` facade on non-wasm targets.77MIT OR Apache-2.0
forgedb-storage-webIn-memory-arena columnar storage backend for ForgeDB's browser read-replica (wasm32). Byte-identical positional semantics to the…74MIT OR Apache-2.0
forgedb-txnMVCC Tier 2 commit sequencer for ForgeDB — monotonic LSN source and first-committer-wins conflict detection over opaque byte keys20MIT OR Apache-2.0
forgedb-typesCore type definitions for ForgeDB450MIT OR Apache-2.0
forgedb-validationSchema validation for ForgeDB51MIT OR Apache-2.0
forgedb-walWrite-Ahead Log (WAL) implementation for ForgeDB706MIT OR Apache-2.0
forgedb-watcherFile watcher and schema regenerator for ForgeDB36MIT OR Apache-2.0
forgedthoughtsA 3D modeling and rendering programming language utilizing SDFs.8,068MIT
forgefixForgeFIX is an opinionated FIX 4.2 client library for the buy-side written in Rust. ForgeFIX is optimized for the subset of the…17,522non-standard
forgeguard-axumForgeGuard authentication and authorization middleware for Axum7MIT
forgeguard_authn_coreAuthentication domain types and identity resolution (pure). Internal dep — use forgeguard-axum for the public API.11MIT
forgeguard_authz_coreAuthorization domain types, Cedar policy types, and permission definitions (pure). Internal dep — use forgeguard-axum for the…11MIT
forgeguard_coreShared primitives, traits, and error types for ForgeGuard. Internal dep — use forgeguard-axum for the public API.12MIT
forgeguard_httpHTTP adapter types for ForgeGuard: route matching, config parsing, credential extraction, header injection. Internal dep — use…10MIT
forgeguard_proxy_coreAuth pipeline types and pure logic for ForgeGuard proxy (pure, no I/O). Internal dep — use forgeguard-axum for the public API.9MIT
forgehExperimental ForgeHash-B3 password hashing. NOT for production use.15MIT
forgehxExperimental ForgeHash-X v0 password hashing (custom ForgeX sponge). NOT for production use.15MIT
forgeitA Rust CLI that scaffolds backend projects with a chosen framework and standard structure.26MIT
forgejo-apiInterface to Forgejo's Web API28,969Apache-2.0 OR MIT
forgejo-api-typesRusty API types of the forgejo API14,283AGPL-3.0-or-later
forgejo-cliCLI tool for Forgejo7,159Apache-2.0 OR MIT
forgejo-cli-exForgejo CLI extension using UI endpoints (Actions logs/artifacts/cancel/rerun, etc.)465LGPL-3.0-or-later
forgejo-cli-plusCLI tool for Forgejo76Apache-2.0 OR MIT
forgejo-commit-path-rulesEnforce consistency between commit messages and file changes in your repository5,636MIT
forgejo-keycloak-mcp-auditToken-safe audit event schema for forgejo-keycloak-rust-mcp.360AGPL-3.0-or-later
forgejo-keycloak-mcp-identityKeycloak OIDC discovery, JWKS, and bearer-token validation for forgejo-keycloak-rust-mcp.354AGPL-3.0-or-later
forgejo-keycloak-mcp-policyPolicy registry and generated Forgejo API classification data for forgejo-keycloak-rust-mcp.410AGPL-3.0-or-later
forgejo-keycloak-rust-mcpClean-room Rust MCP gateway for Forgejo with Keycloak identity and Forgejo ACL enforcement.287AGPL-3.0-or-later
forgejo-mcp-rsModel Context Protocol servers for Forgejo / Codeberg and its companion Woodpecker CI, in Rust.108MIT
forgejo-packages-tuiTerminal UI for browsing and managing Forgejo package assets23CC-BY-NC-SA-4.0
forgejo-sdkAn SDK for the Forgejo REST API1,498AGPL-3.0-only
forgejo-todo-checkerChecks your source files for TODO and FIXME comments, where they don't have an open issue number.2,929MIT
forgekeyA fast, minimal password generator CLI built in Rust.59MIT
forgekit-agentForgeKit agent layer - Workflow orchestration and AI loop78GPL-3.0-only
forgekit-coreDeterministic code intelligence SDK - Core library219GPL-3.0-only
forgekit-reasoningReasoning tools for LLM debugging - checkpointing, hypotheses, contradictions37GPL-3.0-only