Skip to content

v0.1.0-phase0 — repo scaffold & toolchain

Pre-release
Pre-release

Choose a tag to compare

@t3dboy t3dboy released this 07 Jul 17:29

Phase 0 of the T3dmium roadmap.

What's here

  • Chromium pin 150.0.7871.46 (tracks ungoogled-chromium; ADR-0002), sha256-verified official tarball
  • tools/: fetch (check/retrieve/unpack), apply_patches (quilt series + GNU patch), validate_patches (validates hunks against pinned sources fetched from chromium.googlesource.com — no 50 GB checkout needed), build (gn/ninja wrapper), check_conventions (lint, runs in CI)
  • flags.gn adopted from ungoogled-chromium (BSD-3-Clause) with T3dmium additions
  • Docs: README, BUILDING (macOS + Windows), PRIVACY (service-by-service table), CONTRIBUTING, ADRs 0001–0004
  • CI: fast pr-check on every PR/push; release-build matrix for self-hosted runners

What's NOT here yet: patches (Phase 1), the network audit harness (Phase 2), and binaries. This is scaffolding — nothing to install.