🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@grekt/cli

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@grekt/cli

AI tools versioned, synced, and shared across tools and teams

npmnpm
Version
6.33.1
Version published
Weekly downloads
111
593.75%
Maintainers
1
Weekly downloads
 
Created
Source

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:

# Install specific version
GREKT_VERSION=2.3.4 curl -fsSL https://cli.grekt.com/install.sh | sh

# Custom install directory
GREKT_INSTALL=/opt/bin curl -fsSL https://cli.grekt.com/install.sh | sh

macOS (Homebrew)

brew install grekt-labs/tap/grekt

Quick Start

# Initialize a project
grekt init

# Add an artifact from the registry
grekt add @scope/artifact-name

# Install all artifacts from lockfile
grekt install

# Sync artifacts to your AI tools
grekt sync

# Check integrity and context budget
grekt check

For the full command reference, guides, and artifact format, visit the documentation.

Development

Requirements

  • Bun >= 1.0

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.1What does this mean?

FAQs

Package last updated on 22 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts