Download
Get FastQ
Free for noncommercial use, open source (PolyForm Noncommercial). Choose your platform.
Latest: v1.0.0
fastq-v1.0.0-linux-x86_64.tar.gz
Linux x86_64 · Binary + CLI
fastq-v1.0.0-linux-arm64.tar.gz
Linux ARM64 · Raspberry Pi, AWS Graviton, etc.
fastq-v1.0.0-macos-arm64.tar.gz
macOS Apple Silicon · M1/M2/M3
Or view all releases on GitHub Releases
Build from source
Requires: GCC / Clang, Make, hiredis, json-c, OpenSSL, Redis (runtime)
# Clone
$ git clone https://github.com/OxoGhost01/FastQ.git && cd FastQ
# Build
$ make
# Run tests (optional)
$ make test
✓ 38 tests passed across 7 suites
# Install to /usr/local/bin
$ sudo make install
Quick start
1. Start Redis
$ redis-server
2. Start a worker
$ fastq worker start
3. Push a job
$ fastq push myJob '{"hello":"world"}'
4. Check stats
$ fastq stats
Need more? Read the full documentation →