Skip to content

Installation

Prerequisites

  • Rust 1.70 or higher (for building from source)
  • Docker (recommended for quick start)
  • SQLite (included) or PostgreSQL server

From Source

  1. Clone the repository

    git clone https://github.com/apifyhost/apify.git
    cd apify
    

  2. Build the project

    cargo build --release --package apify
    

  3. Run the binary

    ./target/release/apify -c config.yaml