MapDekh SR

Screen recording that helps you explain, not guess

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.

Why teams choose MapDekh SR

A focused screen recorder for everyday work: fewer clicks, clearer messages, and recordings you can share when you are ready.

SR

High-quality capture

Record your screen with crisp output for demos, support tickets, and internal training without juggling multiple tools.

SR

Built for speed

Lightweight desktop experience so you can start recording quickly and stay focused on the task.

SR

Teams and support

Ideal for IT, HR, and customer success: capture exact steps, reduce back-and-forth, and onboard faster.

SR

You stay in control

Recordings stay on your machine until you choose to share them for workplace and compliance-aware workflows.

SR

Windows and macOS

Native installers for the platforms your team already uses.

SR

Works alongside MapDekh

From the MapDekh family with the same practical focus on reliable operations.

Plans and pricing

This page matches your MapDekh SR section style. User flow is now: create user first, login, then subscribe and upgrade from dashboard.

Subscription flow

Simple 3-step journey for new users and existing subscribers.

01

Create account

Register your user profile once to activate access to subscription controls.

Create User
02

Login securely

Sign in to open your account dashboard and manage billing details safely.

Login
03

Subscribe or upgrade

Pay with Razorpay and upgrade plans anytime directly from your dashboard.

Open Dashboard

Per user

Per seat (incl. of taxes)

₹249/ user

Built for 1 user. Pay with Razorpay and manage subscription from dashboard.

  • - Single user checkout
  • - Same app features as other tiers
  • - Volume questions: contact sales
Login to pay with Razorpay

Up to 10 users

Flat tier

₹1,499/ month

Built for Up to 10 users. Pay with Razorpay and manage subscription from dashboard.

  • - Windows and macOS installers
  • - HD screen capture
  • - Up to 10 users
Login to pay with Razorpay

Up to 50 users

Flat tier

₹4,999/ lifetime

Built for Up to 50 users. Pay with Razorpay and manage subscription from dashboard.

  • - Everything in 25-user tier
  • - Best value flat tier
  • - Up to 50 users
Login to pay with Razorpay

Download installers

Downloads are locked. After payment/subscription, files become downloadable for your account.

Contact sales

Install and configure the desktop app

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.

Windows

  1. Download the .exe installer after subscribing.
  2. Run the installer and enter your API URL when prompted (or keep the default).
  3. Launch MapDekh-SR from the Start menu or desktop shortcut.
  4. Grant screen-recording permission when Windows asks.

macOS

  1. Download the .dmg after subscribing and open it.
  2. Drag MapDekh-SR into Applications and launch from there.
  3. Allow Screen Recording and Accessibility in System Settings if prompted.
  4. Edit mapdekh-sr.env only if you need a custom API host.

Ubuntu / Linux

  1. Install the .deb package (recommended) or run the AppImage.
  2. On first launch, ~/.config/MapDekh-SR/mapdekh-sr.env is created if needed.
  3. Set SERVER_URL to your API host, save, and restart the app.

Configuration file locations

Settings live in mapdekh-sr.env under the app user-data folder. Restart MapDekh-SR after any change.

Windows%APPDATA%\MapDekh-SR\mapdekh-sr.env

During setup, the installer can ask for your API URL. You can change it later in this file.

macOS~/Library/Application Support/MapDekh-SR/mapdekh-sr.env

Created on first launch if missing. Restart the app after editing.

Linux (Ubuntu)~/.config/MapDekh-SR/mapdekh-sr.env

Created on first launch if missing. Prefer the .deb installer for menu integration.

Environment variables

VariablePurposeExample
SERVER_URLMapDekh SR API base URL (no trailing slash). Required for login, uploads, and subscriptions.https://apiscreen.mapdekh.com
REMOTE_CONTROL_ENABLEDEnable remote control relay. Set to false to disable on this machine.true
START_EMBEDDED_SERVERStart the bundled API with the desktop app. Set false when SERVER_URL points to a hosted API only.true

Example mapdekh-sr.env

# 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.