Installation
Package Manager
The easiest way to install Strigi is using a package manager for your system. Here are the commands for popular package managers:
sh
$ pnpm add -g strigi
sh
$ npm install -g strigi
sh
$ yarn global add strigi
sh
$ bun install -g strigi
Manual Installation advanced
For advanced users who prefer manual installation, follow these steps:
Clone the Repository:
bashgit clone https://github.com/neogaialab/strigi
Change Directory and Install Dependencies:
bashcd strigi bun install
Build the Standalone Binary:
bashbun run build
This will create a standalone executable file for Strigi within the
dist/
directory.(Optional) Move the Binary to Your PATH:
The generated binary might not be accessible from anywhere in your terminal by default. To make it accessible system-wide, you'll need to move it to a directory included in your PATH environment variable. Consult your system's documentation for specific instructions on managing PATH variables.