grekt
AI artifacts versioned, synced, and shared across tools, teams, and the community.
Free to use. grekt is free for personal and commercial use. If you're building something with it, we'd love to hear about it. The source is available under BSL 1.1, which just means you can't use this code to build something that competes with grekt. Each version converts to MIT after two years.
Installation
Linux / macOS
curl -fsSL https://cli.grekt.com/install.sh | sh
Or with custom options:
GREKT_VERSION=2.3.4 curl -fsSL https://cli.grekt.com/install.sh | sh
GREKT_INSTALL=/opt/bin curl -fsSL https://cli.grekt.com/install.sh | sh
macOS (Homebrew)
brew install grekt-labs/tap/grekt
Quick Start
grekt init
grekt add @scope/artifact-name
grekt install
grekt sync
grekt check
For the full command reference, guides, and artifact format, visit the documentation.
Development
Requirements
Local setup
cd cli
bun install
bun link
Now grekt is available globally.
Contributing
See CONTRIBUTING.md. Feature requests and bug reports are welcome.
License
BSL 1.1 — What does this mean?