Flint is local-first: your data stays on this machine, and there's no login or forced connection after install. The steps below use macOS as an example.
Install steps
Prepare your environment
You need a computer with Node.js installed (an LTS version is recommended). Confirm it with node -v in your terminal.
Start the install
From the project directory run ./start.sh, which checks the environment, installs dependencies, and opens the interface in your browser.
Or use a one-liner
If you prefer npm, you can also run npx flint-skills-hub to start.
Verify it works
After the browser opens the local interface, confirm it loads, and you're ready to start managing skills.
Stuck? Check the FAQ page, or open an issue on the GitHub repository.