Skip to content

Installation

Choose the method that fits your environment.

Install the Grapity CLI globally:

bash
npm install -g @grapity/grapity

Verify the installation:

bash
grapity --version

From source

Clone the repository and build:

bash
git clone https://github.com/grapitydev/grapity.git
cd grapity
bun install
bun run build

Requirements

ComponentMinimum Version
Node.js20+
Bun1.3.5+
SQLite3 (local mode)
PostgreSQL14+ (production)

Next steps

Released under the Apache 2.0 License.