FlureeLabs

Downloads

Fluree DB

Temporal graph database with RDF triples, time travel, full-text and vector search, fine-grained policies, and cryptographically signed transactions. Single static binary — no JVM, no external dependencies.

Every command below pulls the latest release automatically. For version numbers, changelogs, and checksums, see Releases on GitHub.

Install

Docker

docker run -p 8090:8090 fluree/server:latest

See the server quickstart for persistent-storage and docker compose examples.

Homebrew (macOS / Linux)

brew install fluree/tap/fluree

Shell installer (macOS / Linux)

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/fluree/db/releases/latest/download/fluree-db-cli-installer.sh | sh

Verify:

fluree --version

PowerShell (Windows)

Open PowerShell and run:

irm https://github.com/fluree/db/releases/latest/download/fluree-db-cli-installer.ps1 | iex

Then open a new PowerShell window and verify:

fluree --version

Notes for Windows users:

  • Works in both Windows PowerShell 5.1 and PowerShell 7+.
  • The binary is unsigned, so Windows SmartScreen may prompt on first run — click More info → Run anyway.
  • Installed to %USERPROFILE%\bin\fluree.exe; the installer appends this directory to your PATH. You must start a new PowerShell session for the PATH change to take effect.

Update an existing install

Installed viaUpdate with
Shell installer (macOS/Linux)Re-run the installer one-liner
Homebrewbrew update && brew upgrade fluree
PowerShell (Windows)Re-run the PowerShell one-liner
Dockerdocker pull fluree/server:latest

Pre-built binaries

Download a release archive directly for your platform:

PlatformArchive
macOS (Apple Silicon)fluree-db-cli-aarch64-apple-darwin.tar.xz
Linux (x86_64)fluree-db-cli-x86_64-unknown-linux-gnu.tar.xz
Linux (ARM64)fluree-db-cli-aarch64-unknown-linux-gnu.tar.xz
Windows (x86_64)fluree-db-cli-x86_64-pc-windows-msvc.zip
# Example: Linux x86_64
curl -L https://github.com/fluree/db/releases/latest/download/fluree-db-cli-x86_64-unknown-linux-gnu.tar.xz | tar xJ
./fluree-db-cli-x86_64-unknown-linux-gnu/fluree server run

Build from source

git clone https://github.com/fluree/db.git
cd db
cargo build --release -p fluree-db-cli
# Binary at target/release/fluree

Fluree Memory

Persistent, searchable memory for AI coding assistants. Ships in the same fluree binary as Fluree DB — install once, use either.

See the Memory install guide for editor setup (Claude Code, Cursor, VS Code Copilot, Windsurf, Zed).

License

Fluree is available under BSL 1.1. For commercial licensing, contact us.