Skip to main content

FabricGate

CI License: MIT

Discover, pull and verify FPGA designs for your board — one command, any runtime.

FabricGate is a package registry for FPGA designs (bitstreams plus the metadata a runtime needs to load them). This repository contains the client side: the fabricgate CLI, the Python SDK, the shared data models, and the public API contracts. The hosted registry lives at https://registry.fabricgate.dev.

Status: alpha. The registry is being seeded with community PYNQ overlays. Interfaces marked stable in docs/specs/ are kept backward compatible; everything else may still change before 1.0.

Install

pip install fabricgate

Python 3.11 or newer. fgate is installed as a short alias of fabricgate.

Three steps to a running design

# 1. Find a design for your board
fabricgate search --platform pynq-z2/pynq adder

# 2. Pull it (bitstream + hwh + manifest, digests verified on download)
fabricgate pull example/adder-demo:1.0.0 --platform pynq-z2/pynq

# 3. Load it with the runtime you already use
python -c "from pynq import Overlay; ol = Overlay('adder-demo/adder.bit')"

example/adder-demo is a placeholder name; run fabricgate search to see what is actually published. The --platform value is <board>/<runtime>; run fabricgate pull --help for the resolution rules, including the generic-<device> fallback.

What the CLI can do

Command Purpose
search, info, diff, stats, watch discover designs and track updates
pull, verify, list download with digest verification, re-verify, inspect the local cache
build, push, yank, deprecate publish your own designs (build generates the Platform Manifest and Design Index from a build directory)
login, token, quota, webhook, license-check account, automation and policy helpers

fabricgate --json gives machine-readable output for every command.

Supported boards and runtimes

The bundled Board DB (src/fabricgate/data/board-db/official.yaml) currently knows these boards:

Board Device Runtime
pynq-z2 xc7z020 pynq
zcu104 xczu7ev pynq, linux-fpgamgr
pico-ice iCE40UP5K nanopynq (Phase 3, forward reference)
generic-xc7z020, generic-xczu7ev — device-level fallback for boards not yet listed

Adding a board is a data change; see CONTRIBUTING.md.

SDK

from fabricgate.sdk import api

result = api.pull("example/adder-demo:1.0.0", platform="pynq-z2/pynq")
print(result.artifacts)

The SDK wraps the same client the CLI uses. See docs/specs/client-behavior.md for the resolution and caching rules.

Public contracts

docs/contracts/ is the source of truth for the registry's public API:

  • openapi.yaml / openapi.json — Registry HTTP API
  • schemas/design-index.schema.json, schemas/platform-manifest.schema.json, schemas/board-db.schema.json — wire formats
  • CHANGELOG.md — contract changes and migration notes

Specifications for the CLI, client behaviour and data formats are in docs/specs/.

Self-hosting and the registry implementation

The registry server is operated as a hosted service and its implementation is not published at this stage (see docs/specs/ for the distribution policy summary in client-behavior.md). Everything a client needs to interoperate — API, schemas, error formats — is in this repository, so alternative implementations are possible.

Contributing, security, license

Release files for fabricgate 0.1.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for fabricgate 0.1.0
File Size Uploaded
fabricgate-0.1.0.tar.gz 316.6 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for fabricgate 0.1.0
File Interpreter ABI Platform
fabricgate-0.1.0-py3-none-any.whl Python 3 none any Details

Total release size: 406.8 kB

Release files / fabricgate-0.1.0.tar.gz

Download URL fabricgate-0.1.0.tar.gz
Size 316.6 kB
Tags Source
SHA-256 checksum
How to use checksums
c98b87ce821e5c777a78a2e0a19af09eaf90c90cf524c06afeacce1d54274ec7
BLAKE2b-256 checksum
How to use checksums
cab616c96536417bfa27d3ab3f6d82e46bd92e4918d503709f27e2322fe93907
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 15, 2026.

Transparency log

Release files / fabricgate-0.1.0-py3-none-any.whl

Download URL fabricgate-0.1.0-py3-none-any.whl
Size 90.2 kB
Tags Python 3
SHA-256 checksum
How to use checksums
70aa8c93a5d8da467d36a1f9b82daad79cfc22c3090f2726e06ef6d356101897
BLAKE2b-256 checksum
How to use checksums
fba90b75168035aac9088e880e2e1f42e650f3576dd28c4048b872e33ac779d5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 15, 2026.

Transparency log

Release history Release notifications | RSS feed

0.1.3

2 release files

0.1.2

2 release files

0.1.1

2 release files

This release

0.1.0 This release

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page