kurtosis logo

kurtosis

Enrichment pending
kurtosis-tech/kurtosis

A platform for packaging and launching blockchain infra. Think docker compose for blockchain

GraphCanon updated today · GitHub synced today

545
Stars
96
Forks
299
Open issues
13
Watchers
1w
Last push
Go Apache-2.0Created Feb 14, 2023

Trust & integrity

Full report
Maintenance
Active (10d since push)
As of today · Source: github_public_v1
Provenance
Not a fork · Organization account
As of today · Source: github_public_v1
Security (OSV)
No lockfile
As of today · Source: none

Public GitHub metadata and optional OSV dependency scans. Signals, not a guarantee. Trust methodology.

Overview

A platform for packaging and launching blockchain infra. Think docker compose for blockchain

Capability facts

Languages
go

Source: github.language · Jul 11, 2026

Categories

Tags

README

Install modern version of bash, the one that ships on MacOS is too old

brew install bash


Install modern version of git, the one that ships on MacOS can be too old

brew install git


#### Docker

On MacOS:
```bash
brew install docker

Go (1.23 or above)

On MacOS:

brew install go@1.23