An AI-native Layer-1 BlockDAG blockchain using GhostDAG consensus, paired with an EVM-compatible execution environment (LVM) and a standardized Model Context Protocol (MCP) layer.
This GitHub organization hosts the federated repositories that make up the Citrate Network.
Citrate is open-core, and the whole chain and application layer are public today across this organization.
- Infrastructure — Apache-2.0 (open source). The chain, node and on-ramp software, the model architecture, the SDKs, the co-op contracts, the docs, and the explorer. Read it, fork it, build on it.
- Application layer / commercial core — BUSL-1.1 (source-available). The inference gateway, compute pool, cluster, node core, comms, quorum, identity, memories, the native app, the NIST agent, and the studio. The source is public and auditable today; each converts to Apache-2.0 on the Change Date stated in its
LICENSE.
Licensor: Citrate Inc. Each repository's LICENSE file is authoritative. A small set of client, enterprise (Homestead), security, and internal repositories stays private. Enterprise or client access: citrate.ai/contact or hello@citrate.ai. Full policy: docs.citrate.ai/start/open-source.
citrate-chain— The L1: GhostDAG consensus, EVM/LVM execution, networking, RPC, contracts, node, CLI, wallet. Chain 40204.citrate-fed-types— Shared cross-repo type definitions for the federation.citrate-node-agent— Node supervision, cost-plus bidding, health.citrate-bundler— ERC-4337 bundler service for embedded wallets.nat— NAT, the federated neuroarchitectural transformer (model architecture). Memory-safe Rust, formally specified.citrate-coop— On-chain cooperative ownership and governance contracts.citrate-agent-runtime— Capability-scoped agent execution runtime + capsules.citrate-sdk-js— TypeScript SDK (@citratelabs/sdk).citrate-sdk-python— Python SDK.citrate-sdk-marketplace: Marketplace SDK (metered inference; the paid rails are not deployed yet).citrate-docs— The Almanac: docs.citrate.ai.citrate-explorer— CitrateScan, the AI-native BlockDAG explorer.
citrate-inference-gateway: AI inference gateway. Paid calls (x402 and API-key metering) are not deployed yet.citrate-compute-pool— Coordinator + workers for pooled AI training.citrate-cluster— GPU-fleet and compute-cluster tooling.citrate-core— Desktop app that turns your machine into a full node.citrate-comms— End-to-end-encrypted, server-blind team workspace.citrate-quorum: HIC (Human In Control) governance surface for AI.citrate-identity— OIDC/OAuth2 authority with SIWE and passkeys.citrate-memories— Content-addressed knowledge graph for agents.citrate-native— Slint desktop wallet and agent client.nist-agent— NIST-compliant agent harness, a composable sidecar.citrate-studio— Native operator control surface.
agentile/agentile-skills— The institutional methodology for human-agent software, and the same methodology as an installable Claude Code skills marketplace..github— This repo: org profile, reusable CI workflows, andAGENTS.md.
Repos in this org consume reusable CI workflows from this .github repo:
reusable-rust-ci.yml— Rust build, test, clippy, fmtreusable-solidity-ci.yml— Foundry build + test + Slither (default on)reusable-js-ci.yml— npm/pnpm/yarn install, build, test, lintreusable-python-ci.yml— pip install, pytest, ruff, mypy
Usage in any repo's .github/workflows/ci.yml:
jobs:
rust:
# GH-B-003: pin to a full commit SHA, never @main (a mutable branch: one push
# to this repo would change every caller's CI with no diff). This repo has no
# release tags yet, so @v1 does not resolve; use a reviewed commit SHA.
uses: CitrateNetwork/.github/.github/workflows/reusable-rust-ci.yml@5d24169b7acf6533b1eaba2399a25effc6c346d6
with:
working-directory: '.'
apt-packages: 'libclang-dev cmake libssl-dev pkg-config libfontconfig1-dev'Open-core, per-repo — the LICENSE file in each repository is authoritative:
- Apache-2.0 (infrastructure, open source):
citrate-chain,citrate-fed-types,citrate-node-agent,citrate-bundler,nat,citrate-coop,citrate-agent-runtime,citrate-sdk-js,citrate-sdk-python,citrate-sdk-marketplace,citrate-docs,citrate-explorer. - BUSL-1.1 (application layer / commercial core, source-available; converts to Apache-2.0 on each
LICENSE's Change Date):citrate-inference-gateway,citrate-compute-pool,citrate-cluster,citrate-core,citrate-comms,citrate-quorum,citrate-identity,citrate-memories,citrate-native,nist-agent,citrate-studio.
Licensor: Citrate Inc.