Download MockLayer.Service

Get MockLayer

Download the standalone SAP OData mock server for your platform. Works on Windows, Linux, and macOS.

No dependencies
Self-contained binary
100% private — no data leaves your network

Windows

Windows 10/11 (64-bit)

Linux

Ubuntu, Debian, CentOS, RHEL

macOS

macOS 11+ (Big Sur and later)

Quick Installation

Linux / macOS

# Download and extract
curl -LO https://downloads.mocklayer.dev/releases/latest/mocklayer-service-linux-x64.tar.gz
tar -xzf mocklayer-service-linux-x64.tar.gz
cd mocklayer-service

# Set environment variables
export MOCKLAYER_LICENSE="your-license-key"
export Sap__Host="https://sap.company.com:8000"

# Run
./MockLayer.Service

Windows

# Download and extract ZIP from the download page
# Then in Command Prompt:

set MOCKLAYER_LICENSE=your-license-key
set Sap__Host=https://sap.company.com:8000

# Run
MockLayer.Service.exe

License Required

MockLayer.Service requires a valid license key to operate. Start with a free 5-day trial to test all features, or purchase a subscription for production use.

Need Help?

Check out the documentation for detailed deployment guides, configuration options, and usage examples.

Read Documentation