Self-Hosted
All data is stored locally in JSON files - on your machine or your server. No accounts, no cloud sync, no telemetry.
A self-hostable API client. No accounts, no cloud, no telemetry.
Download for Windows, macOS, or Linux from the releases page.
Read more about desktop deployments
docker run -d \
-p 4000:4000 \
-v requesto-data:/app/data \
terrii/requesto:latestRead more about docker deployments
git clone https://github.com/t3rr11/Requesto.git
cd Requesto
npm install
npm run dev