anishathalye/porcupine
A fast linearizability checker written in Go 🔎 observed · 2026-08-28
Health v2 · maintenance only
75/100
- Activity 96
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3385
- days_rel: n/a
- days_push: 27
- n_releases_24m: 0
Adoption not part of the score
1241 stars · 71 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Porcupine is a fast linearizability checker written in Go, used to test the correctness of concurrent and distributed systems against sequential specifications. It implements P-compositionality optimizations, is orders of magnitude faster than Knossos, and includes a visualizer for histories and linearization points.
Use cases
- check if a concurrent history is linearizable
- test correctness of a distributed key-value store
- verify linearizability of Jepsen test histories
- visualize concurrent histories and linearization points
- replace Knossos with a faster linearizability checker
- write executable sequential specifications in Go for model checking
When to choose
- you need to verify linearizability of concurrent or distributed systems in Go
- you need to check large histories that Knossos cannot handle
- you want both programmatic checking and history visualization
When to avoid
- your system model is not expressible as a sequential specification in Go
- you need full formal verification rather than history-based testing
- you are not working in the Go ecosystem
Facets
library · maturity active
testing concurrency developer-tools microservices testing go cross-platform linearizability-checker distributed-systems-testing formal-verification jepsen-alternative history-visualization algorithms
2 sources
- readme: https://github.com/anishathalye/porcupine · fetched 2026-08-28 · 15ab50075eb3
- homepage: https://anishathalye.com/testing-distributed-systems-for-linearizability/ · fetched 2026-08-29 · ea3060166c9e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| anishathalye/porcupine | main | 75 |
For agents
markdown · JSON · MCP: product_card(name="anishathalye/porcupine")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem