Skip to content

Releases: luxfi/dex

LX DEX v1.2.1

12 Dec 01:17

Choose a tag to compare

LX DEX v1.2.1

Features

  • Ultra-high performance trading engine
  • Sub-microsecond latency order matching
  • Planet-scale architecture

Performance

  • Order matching: 13M+ orders/sec
  • Trade execution: 2.1M trades/sec
  • Consensus: 50ms finality

LX DEX v1.2.0

12 Dec 01:05

Choose a tag to compare

LX DEX v1.2.0

Features

  • Ultra-high performance trading engine
  • Sub-microsecond latency order matching
  • Planet-scale architecture

Performance

  • Order matching: 13M+ orders/sec
  • Trade execution: 2.1M trades/sec
  • Consensus: 50ms finality

LX DEX v1.1.0

11 Dec 23:30

Choose a tag to compare

LX DEX v1.1.0

Features

  • Ultra-high performance trading engine
  • Sub-microsecond latency order matching
  • Planet-scale architecture

Performance

  • Order matching: 13M+ orders/sec
  • Trade execution: 2.1M trades/sec
  • Consensus: 50ms finality

LX DEX v1.0.0

21 Aug 00:28

Choose a tag to compare

LX DEX v1.0.0

Features

  • Ultra-high performance: 100M+ trades/sec capability
  • Sub-microsecond latency: <1μs order matching
  • Multi-engine architecture: Pure Go, C++, and GPU (MLX)
  • Quantum-resistant consensus: FPC with Ringtail+BLS signatures

Binaries

Demo Application

  • lx-dex-linux-amd64 - Linux x86_64
  • lx-dex-linux-arm64 - Linux ARM64
  • lx-dex-darwin-amd64 - macOS Intel
  • lx-dex-darwin-arm64 - macOS Apple Silicon
  • lx-dex-windows-amd64.exe - Windows x86_64

DEX Server

  • dex-server-linux-amd64 - Linux server
  • dex-server-darwin-arm64 - macOS server

Installation

# Download for your platform
curl -L https://github.com/luxfi/dex/releases/download/v1.0.0/lx-dex-$(uname -s | tr '[:upper:]' '[:lower:]')-$(uname -m) -o lx-dex
chmod +x lx-dex
./lx-dex

Performance

  • Order matching: ~1μs latency
  • Throughput: 100M+ trades/sec (with GPU)
  • Consensus: 50ms finality

Checksums

See checksums.txt for SHA256 hashes of all binaries.

LX DEX v0.3.0

19 Aug 21:15

Choose a tag to compare

LX DEX v0.3.0

Features

  • Ultra-high performance: 100M+ trades/sec capability
  • Sub-microsecond latency: <1μs order matching
  • Multi-engine architecture: Pure Go, C++, and GPU (MLX)
  • Quantum-resistant consensus: FPC with Ringtail+BLS signatures

Binaries

Demo Application

  • lx-dex-linux-amd64 - Linux x86_64
  • lx-dex-linux-arm64 - Linux ARM64
  • lx-dex-darwin-amd64 - macOS Intel
  • lx-dex-darwin-arm64 - macOS Apple Silicon
  • lx-dex-windows-amd64.exe - Windows x86_64

DEX Server

  • dex-server-linux-amd64 - Linux server
  • dex-server-darwin-arm64 - macOS server

Installation

# Download for your platform
curl -L https://github.com/luxfi/dex/releases/download/v0.3.0/lx-dex-$(uname -s | tr '[:upper:]' '[:lower:]')-$(uname -m) -o lx-dex
chmod +x lx-dex
./lx-dex

Performance

  • Order matching: ~1μs latency
  • Throughput: 100M+ trades/sec (with GPU)
  • Consensus: 50ms finality

Checksums

See checksums.txt for SHA256 hashes of all binaries.

LX DEX v0.2.0

19 Aug 18:56

Choose a tag to compare

LX DEX v0.2.0

Features

  • Ultra-high performance: 100M+ trades/sec capability
  • Sub-microsecond latency: <1μs order matching
  • Multi-engine architecture: Pure Go, C++, and GPU (MLX)
  • Quantum-resistant consensus: FPC with Ringtail+BLS signatures

Binaries

Demo Application

  • lx-dex-linux-amd64 - Linux x86_64
  • lx-dex-linux-arm64 - Linux ARM64
  • lx-dex-darwin-amd64 - macOS Intel
  • lx-dex-darwin-arm64 - macOS Apple Silicon
  • lx-dex-windows-amd64.exe - Windows x86_64

DEX Server

  • dex-server-linux-amd64 - Linux server
  • dex-server-darwin-arm64 - macOS server

Installation

# Download for your platform
curl -L https://github.com/luxfi/dex/releases/download/v0.2.0/lx-dex-$(uname -s | tr '[:upper:]' '[:lower:]')-$(uname -m) -o lx-dex
chmod +x lx-dex
./lx-dex

Performance

  • Order matching: ~1μs latency
  • Throughput: 100M+ trades/sec (with GPU)
  • Consensus: 50ms finality

Checksums

See checksums.txt for SHA256 hashes of all binaries.

LX DEX v0.1.0

19 Aug 18:56

Choose a tag to compare

LX DEX v0.1.0

Features

  • Ultra-high performance: 100M+ trades/sec capability
  • Sub-microsecond latency: <1μs order matching
  • Multi-engine architecture: Pure Go, C++, and GPU (MLX)
  • Quantum-resistant consensus: FPC with Ringtail+BLS signatures

Binaries

Demo Application

  • lx-dex-linux-amd64 - Linux x86_64
  • lx-dex-linux-arm64 - Linux ARM64
  • lx-dex-darwin-amd64 - macOS Intel
  • lx-dex-darwin-arm64 - macOS Apple Silicon
  • lx-dex-windows-amd64.exe - Windows x86_64

DEX Server

  • dex-server-linux-amd64 - Linux server
  • dex-server-darwin-arm64 - macOS server

Installation

# Download for your platform
curl -L https://github.com/luxfi/dex/releases/download/v0.1.0/lx-dex-$(uname -s | tr '[:upper:]' '[:lower:]')-$(uname -m) -o lx-dex
chmod +x lx-dex
./lx-dex

Performance

  • Order matching: ~1μs latency
  • Throughput: 100M+ trades/sec (with GPU)
  • Consensus: 50ms finality

Checksums

See checksums.txt for SHA256 hashes of all binaries.