
a Fedora remix focused on pentesting and purple hat tooling
A Fedora Remix for offensive security.
"My treasure? If you want it, I'll let you have it. Seek it out! I left everything at that place!" Gol D. Roger
Kali owns Debian. BlackArch owns Arch. Parrot owns the "security-focused desktop" niche. No one owns RPM-world offensive security, even though Fedora is arguably the most defensively hardened mainstream distribution. Tricorne fills that gap.
It ships the offensive security toolchain (recon, web, wireless, exploitation, forensics, RE) on top of Fedora's defaults of SELinux enforcing, audit framework on, sVirt active and adds an engagement-workflow layer that no other offensive distribution ships.
Pre-v0.1. The design spec is frozen (see DESIGN.md); scaffolding and initial packaging are underway.
Current v0.1 priorities (from CLAUDE.md §6):
nmap as the pattern template)tricorne_t SELinux domain (base policy module)tricorne-engage new, scope, seal)Follow the issues for the authoritative backlog.
Once v0.1 ships. The commands below are the intended interface, not yet functional.
# Add the Tricorne COPR
sudo dnf copr enable @tricorne/default
# Install a metapackage
sudo dnf install tricorne-default # reasonable daily-driver subset
# or
sudo dnf install tricorne-everything # kitchen sink
# Start an engagement
tricorne-engage new acme-webapp-2026
tricorne-engage scope scope.yaml
# ... work happens, automatically logged ...
tricorne-engage seal
Until v0.1 ships, there is nothing to install. Watch or star the repo.
Tricorne is a multi-license project. At a glance: MIT for packaging, Apache-2.0 for original code, GPL-2.0-or-later for SELinux policy, CC-BY-SA-4.0 for artwork and documentation. Upstream tools keep their upstream licenses. See LICENSE for the full table.
"Tricorne" and the Tricorne logo marks are trademarks of Thread & Signal LLC. See TRADEMARK.md for what you can do without asking and what requires permission.
Three corners. One operator.
| File | What it is |
|---|
DESIGN.md | Architecture spec. Source of truth for design decisions. |
CLAUDE.md | Instructions for AI coding assistants. Human contributors should read it too — the golden rules apply to everyone. |
CONTRIBUTING.md | How to contribute: DCO sign-off, licensing by artifact type, CI expectations, workflow guides. |
CODE_OF_CONDUCT.md | Fedora's Code of Conduct, adopted verbatim. |
SECURITY.md | Vulnerability disclosure policy for Tricorne itself. |
TRADEMARK.md | Name and logo usage policy. |
LICENSE | Multi-license summary. Full texts in LICENSES/. |