APIFY
Web App Download

Download
Apify

Download Apify for desktop. It runs fast, tests requests with no setup needed, and keeps all your workspace data private on your own computer.

The Apify App

Standalone Client for Windows 10 & 11

By downloading and using Apify, you agree to the local sandbox terms of service and MIT License.

APIFY PRESETS APP
Collections
GET Get Users List
POST Add User Account
PUT Update Session
GET
${baseUrl}/users/profile
200 OK 18 ms 1.2 KB
JSON Output
1
2
3
4
5
{
"success": true,
"data": {
"connection": "established"
}
}

Apify Standalone EXE

Bypasses browser sandboxes and strictly enforced server CORS controls. Stashes all collections, environmental values, and request profiles locally on your computer. Includes a C# launcher for direct launch under 200ms.

Download EXE →

Apify Web Sandbox

Run API calls instantly from any modern web browser without installing anything. Perfect for quick testing pipelines, with options to link your own CORS bypass proxies.

Launch Web Version →

</> Setup & Installation Documentation

1. Windows Single-File Executable

The Windows standalone executable is bundled with Electron and an optimized C# launcher for fast startup under 200ms.

  • Download the official Apify.exe binary.
  • Move the executable to your local tools directory (e.g., C:\Tools\Apify.exe).
  • Double-click to launch. No install setup wizards, registry modifications, or administrator rights are required.

2. PWA Web Sandbox Installation

Run Apify inside a dedicated application window directly from your web browser as a Progressive Web App (PWA).

  • Navigate to the web version link: Launch Web Sandbox.
  • Locate the pulsing Install App indicator on the bottom status bar.
  • Hover to preview the glassmorphic tooltip card, and click Install Now.
  • Confirm the browser installation prompt to add Apify to your desktop/dock.

3. Local Development Build

Compile the workspace project directly from source for local modification.

  1. Clone the repository: git clone https://github.com/whotfiszaar/Apify.git
  2. Navigate into the workspace directory: cd Apify
  3. Install node dependencies: npm install
  4. Launch local development server: npm run dev
  5. Compile windows wrapper: node desktop/build.cjs (requires csc.exe C# compiler path).

🔒 Privacy & Data Policy

Apify is built to be a 100% private developer utility tool:

  • No Cloud Syncing: All request logs, variables, keys, and collection configurations are stored locally on your machine using IndexedDB.
  • Zero Tracking: No tracking scripts, cookie storage, analytics, or remote logging metrics are configured.
  • Safe Network Pipelines: Network API requests are dispatched directly from your browser sandbox or local desktop container.