← Package directory
Available on winget

Install Mockzilla

Generate API mocks with meaningful responses, configurable latency, error codes and more

Install with winget
winget install --id Mockzilla.Mockzilla
Upgrade
winget upgrade --id Mockzilla.Mockzilla
Uninstall
winget uninstall --id Mockzilla.Mockzilla

About Mockzilla

Mockzilla is an OpenAPI mock engine that generates API mocks with meaningful responses, configurable latency, error codes and more.

What's new in 2.7.3

Basic Auth for the API Explorer Protect the Mockzilla API Explorer UI with HTTP Basic Auth. Only the explorer is gated (home, .services, .history, .replay, .config). Your mock API endpoints stay open. Enable Via environment variables: MOCKZILLA_BASIC_AUTH_USER=alice MOCKZILLA_BASIC_AUTH_PASSWORD=s3cret or in app.yml: basicAuth: user: alice password: s3cret Leave them unset to keep the explorer open (the default). Notes - Pre-hashed passwords: set MOCKZILLA_BASIC_AUTH_PASSWORD_HASH (SHA-256 hex) instead of plaintext so the secret never travels in cleartext. The hash wins when both are set. Generate one with echo -n 's3cret' | shasum -a 256. - Credentials are compared in constant time. - Portable mode now reads .env from the working directory, so these variables (and any other config) can live in a .env next to the binary, matching server mode.

Read release notes

Version history

Version Updated Notes
2.7.3 Unknown Basic Auth for the API Explorer Protect the Mockzilla API Explorer UI with HTTP Basic Auth. Only the explorer is gated (home, .services, .history, .replay, .config). Your mock API endpoints stay open. Enable Via environm...
2.7.2 Unknown What's Changed - Overwrite history duration in service by @jbn2336mz in #50 Full Changelog: v2.7.1...v2.7.2
2.7.0 Unknown What's Changed - Add replay UI by @jbn2336mz in #48 Breaking change Full Changelog: v2.6.7...v2.7.0
2.5.5 Unknown No notes