Common questions about this section
  • How do I download Antfly?
  • How do I install Antfly on macOS?
  • How do I install Antfly on Linux?
  • How do I run Antfly with Docker?

Download Antfly#

Early-Access Release#

Antfly is currently in pre-alpha development. We are actively working on features and improvements, and we welcome your feedback.

Antfly ships with bundled ONNX Runtime and XLA backends for fast local ML inference. This allows Antfly to generate embeddings, rerank results, and chunk text directly without requiring an external service like Ollama.

Installation Instructions#

brew install --cask antflydb/antfly/antfly

or tap homebrew-antfly and install separately:

brew tap antflydb/antfly
brew install --cask antfly

This installs antfly with bundled ONNX Runtime and XLA libraries for local ML inference. CLI commands are available directly as antfly <command> (e.g., antfly query, antfly table create).