High-quality capture
Record your screen with crisp output for demos, support tickets, and internal training without juggling multiple tools.
MapDekh SR captures your desktop so you can share exact repro steps, create training clips, and document processes without the friction of complicated studio software.
First create your user account, then login and pay securely with Razorpay to unlock subscription features.
A focused screen recorder for everyday work: fewer clicks, clearer messages, and recordings you can share when you are ready.
Record your screen with crisp output for demos, support tickets, and internal training without juggling multiple tools.
Lightweight desktop experience so you can start recording quickly and stay focused on the task.
Ideal for IT, HR, and customer success: capture exact steps, reduce back-and-forth, and onboard faster.
Recordings stay on your machine until you choose to share them for workplace and compliance-aware workflows.
Native installers for the platforms your team already uses.
From the MapDekh family with the same practical focus on reliable operations.
This page matches your MapDekh SR section style. User flow is now: create user first, login, then subscribe and upgrade from dashboard.
Simple 3-step journey for new users and existing subscribers.
Register your user profile once to activate access to subscription controls.
Create UserSign in to open your account dashboard and manage billing details safely.
LoginPay with Razorpay and upgrade plans anytime directly from your dashboard.
Open DashboardPer seat (incl. of taxes)
₹249/ user
Built for 1 user. Pay with Razorpay and manage subscription from dashboard.
Flat tier
₹1,499/ month
Built for Up to 10 users. Pay with Razorpay and manage subscription from dashboard.
Flat tier
₹2,999/ year
Built for Up to 25 users. Pay with Razorpay and manage subscription from dashboard.
Flat tier
₹4,999/ lifetime
Built for Up to 50 users. Pay with Razorpay and manage subscription from dashboard.
Downloads are locked. After payment/subscription, files become downloadable for your account.
After you download MapDekh SR, use the steps below for your platform. Most teams only need the default API URL; change mapdekh-sr.env when you self-host or use a staging API.
Settings live in mapdekh-sr.env under the app user-data folder. Restart MapDekh-SR after any change.
%APPDATA%\MapDekh-SR\mapdekh-sr.envDuring setup, the installer can ask for your API URL. You can change it later in this file.
~/Library/Application Support/MapDekh-SR/mapdekh-sr.envCreated on first launch if missing. Restart the app after editing.
~/.config/MapDekh-SR/mapdekh-sr.envCreated on first launch if missing. Prefer the .deb installer for menu integration.
| Variable | Purpose | Example |
|---|---|---|
SERVER_URL | MapDekh SR API base URL (no trailing slash). Required for login, uploads, and subscriptions. | https://apiscreen.mapdekh.com |
REMOTE_CONTROL_ENABLED | Enable remote control relay. Set to false to disable on this machine. | true |
START_EMBEDDED_SERVER | Start the bundled API with the desktop app. Set false when SERVER_URL points to a hosted API only. | true |
# MapDekh SR desktop client configuration
SERVER_URL=https://apiscreen.mapdekh.com
REMOTE_CONTROL_ENABLED=true
START_EMBEDDED_SERVER=true
Development: copy client/.env.example to client/.env in the Electron project. Packaged builds never ship .env; they use mapdekh-sr.env in user data instead.