Installation
Self-Hosted Solution: ApiTap is strictly a self-hosted tool. We provide a Free Tier via Docker that is fully featured for non-commercial or personal use.
Free Tier Installation
Fully Featured
All capabilities included
Lightweight
~25MB Docker image
Self-Hosted
Full control of your data
1. Install Docker
Install Docker Desktop
Download for your operating system
If you haven't already, download and install Docker Desktop for your OS.
2. Pull the Image
Get the Latest Image
Lightweight image (~25MB) from our registry
docker pull devasm/apitap:latest
Success: The image should download in seconds due to its tiny size!
3. Run with Minimal Resources
Test with Minimal Resources
Verify efficiency with strict limits (0.5 CPU, 256MB RAM)
docker run -d \
--name apitap \
--cpus="0.5" \
--memory="256m" \
-v $(pwd)/pipelines.yaml:/app/pipelines.yaml \
devasm/apitap:latest
Resource Requirements
Minimum (Tested)
- • 0.5 vCPU
- • 100MB RAM
- • 50MB Disk
Recommended
- • 1 vCPU
- • 256MB RAM
- • 100MB Disk
