Official source only:
github.com/albahri-org · github.com/QusaiALBahri
Luma Recorder is published by albahri.org. The project files and Windows executable metadata identify the publisher and point back to the official source links above.
|
Luma Recorder is a portable Windows screen recorder for educators, trainers, course creators, and knowledge workers who teach through screens. Record lessons, software walkthroughs, onboarding videos, classroom explanations, and training clips with screen, voice, webcam, and local files. It is built to feel fast: choose what to teach, press record, stop, polish if needed, and share the file your way. |
لوما ريكوردر هو مسجل شاشة محمول لنظام ويندوز، مخصص للمعلمين، المدربين، صناع الدورات، وكل من يشرح المعرفة من خلال الشاشة. يمكنك تسجيل الدروس، شرح البرامج، فيديوهات التدريب، عروض الصف، ومقاطع التعليم مع الشاشة والصوت والكاميرا والحفظ المحلي. صُمم ليكون سريع وواضح: اختر ما تريد شرحه، اضغط تسجيل، أوقف التسجيل، عدّل إذا احتجت، ثم استخدم الملف بالطريقة التي تناسبك. |
| File | Purpose |
|---|---|
LumaRecorder.exe |
Main portable recorder for lessons and training videos |
LumaRecorder_Admin.exe |
Opens the recorder with a visible Windows UAC prompt for elevated apps |
recordings/ |
Default folder for saved videos |
TRUST_AND_SAFETY.txt |
Publisher, source, privacy, and safety notes |
Uninstall_LumaRecorder.cmd |
Removes the portable folder after confirmation |
LumaRecorder.exe -> choose lesson area -> record -> teach -> recordings/
Pick the lesson, workflow, or concept. |
Screen, voice, camera, and system audio where available. |
Explain clearly without fighting the tool. |
Keep the local file or publish it anywhere. |
|
|
|
|
|
|
|
|
| Shortcut | Action |
|---|---|
Ctrl + Shift + R |
Start recording |
Ctrl + Shift + S |
Stop recording |
Ctrl + Shift + P |
Pause or resume |
Luma Recorder is built around a plain promise: the recording belongs to the user.
| Included | Not Included |
|---|---|
| Local recording | Account sign-in |
| Portable settings | Upload feature |
| Optional EFS encryption | Cloud sync |
| Clean uninstall helper | Telemetry |
| Admin launcher transparency | Background service |
The Privacy tab includes optional Windows EFS encryption for the recordings folder. EFS encrypts files for the current Windows user account. Availability depends on Windows edition, drive format, and system policy.
Some Windows applications run with elevated permissions. A normal recorder may not capture those apps correctly.
Use:
LumaRecorder_Admin.exe
Windows will show a standard UAC prompt, then open the recorder elevated.
Admin mode is not a bypass tool. It does not record Windows secure desktops, login screens, protected/DRM video, or operating-system privacy-protected surfaces.
System audio recording depends on Windows exposing a loopback audio source. Depending on your audio driver, it may appear as:
Stereo MixWhat U HearLoopback- a virtual audio cable device
If no loopback device appears, microphone recording still works normally.
.
├─ LumaRecorder.exe
├─ LumaRecorder_Admin.exe
├─ assets/
│ ├─ albahri-brand.svg
│ ├─ download-strip.svg
│ ├─ live-terminal.svg
│ ├─ luma-flow.svg
│ ├─ luma-hero.svg
│ └─ neon-dashboard.svg
├─ src/
│ ├─ luma_recorder.py
│ └─ admin_launcher.py
├─ packaging/
│ ├─ version_main.txt
│ └─ version_admin.txt
├─ recordings/
├─ build.ps1
├─ BUILDING.md
├─ SECURITY.md
├─ TRUST_AND_SAFETY.txt
├─ Uninstall_LumaRecorder.cmd
└─ LICENSE
Requirements:
- Windows 10 or later
- Python
- PyInstaller
- FFmpeg available on
PATH
Build:
.\build.ps1More details are in BUILDING.md.
Windows file details identify the publisher as albahri.org and include the official source links.
For public distribution at scale, sign release builds with a code-signing certificate issued to the publisher. Metadata helps people understand what they are running; code signing is the Windows standard for verified publisher identity.
Released under the MIT License. See LICENSE.