What it is in one line
An open-source Descript alternative: it turns podcasts, interviews, and talking-head
video into an editable transcript where deleting a word cuts the media —
transcription, editing, and export all run on your own machine, nothing uploads.
Who built it
Wassim Gharbi (@wassgha), an independent developer based in Palo Alto. In the
second launch he said he built the first version in a single weekend
to prove that personal software can be as good as the commercial options.
Read: classic "I got bitten by the subscription" product. The first launch
(browser version) earned 600+ GitHub stars and a top-10 the launch platform spot, which
is evidence the need is real — a lot of creators hit Descript's paywall and wanted
a local alternative.
What it actually does
- Local transcription → Whisper (Base ~200MB or Small ~600MB, your choice)
transcribes the imported file on-device, WebGPU-accelerated with a WASM fallback,
producing word-level timestamps plus pyannote speaker diarization
- Transcript-as-editor → delete words and the matching media is cut;
filler words ("um", "uh") are removable in one pass, and silences of at least
0.3 seconds can be stripped in one click
- Waveform timeline → split, drag clip edges, nudge timing, zoom — manual
correction for where speech recognition gets boundaries wrong
- Multi-format import/export → MP4/WebM/MOV video and MP3/WAV/M4A audio, or
import SRT/VTT/JSON captions to skip transcription; exports up to 4K MP4/WebM,
M4A/MP3/WAV audio, TXT/Markdown transcripts, and SRT/VTT/JSON captions
- Desktop across three platforms → macOS (Apple Silicon and Intel builds),
Windows, Linux (AppImage and Debian packages), with dark mode and five
transcription languages
Local-first: transcription runs on the device; models cache after the first
download, and the core workflow works offline. Anonymous usage statistics and
crash reporting are on by default but can be disabled in Settings.
What old behavior it replaces
Editing a podcast or interview used to mean three uncomfortable paths:
Cloud-subscription tools (Descript, VEED): upload audio to someone else's server —
a non-starter for privacy-sensitive material — and pay monthly.
Traditional timeline editing (Premiere, Audacity): to cut a few "ums" you find each
position on a waveform, cut, listen, cut again; an hour of content could eat half a
day. Or shuttling between tools — transcribe in one app, edit in another, re-check
the export.
Rescript replaces the shared pain of all three: the paywall, the upload dependency,
and the timeline complexity. "Cut the filler" becomes deleting a few words in text.
Business model
Open source with a dual license. Current releases use the PolyForm
Noncommercial 1.0.0 license: free for personal non-commercial use, commercial use
requires a paid license from the author. Older releases published under MIT keep
their MIT license.
Read: a rare, clear-headed move from a solo open-source author — the "free" claim
carries a non-commercial boundary, which keeps community reach and momentum while
leaving a monetization door open. The practical impact for users: check the
license before using it for paid client work or internal business production.
Hard numbers
- First launch (browser): 600+ GitHub stars, top 10 at launch
- Second launch (desktop, 2026-08-07): 88 upvotes, #19 Product of the Day
- Repo created late July 2026; 177 stars / 15 forks within days (third-party tracker)
- Already iterated to v1.1.7 (2026-08-07), fixing transcription-model memory
management for longer files
- Team: the author alone; user count and revenue: not disclosed
Four-way read
| Dimension |
Call |
| Founder-product fit |
The author is the target user; built in a weekend and iterated to two platforms — genuine, not a corporate project |
| Product insight |
"Cutting the filler" is the single highest-frequency real action in podcasting, and making it text deletion is smarter than building a full editor |
| Execution quality |
Whisper + pyannote + ffmpeg.wasm all-local pipeline plus three-platform desktop builds — large scope, high completion |
| Timing |
Right window: talking-head/podcast content is booming and privacy anxiety is rising |
The call
A clean case of attacking a mature subscription product with "free plus
data-never-leaves-your-machine."
It does not fight Descript on the full feature set; it picks two points it can win:
zero subscription (non-commercial) and files that never leave the device. For
privacy-sensitive interview content — medical, legal, early fundraising
conversations — "no upload" is itself the purchase reason.
The license strategy is the lesson here. PolyForm Noncommercial separates
"open-source heat" from "commercial revenue": free for community spread, paid for
commercial use. For an indie developer without VC backing, that is a more
sustainable route than pure MIT.
The technical point of interest is the bit-correct local pipeline: Whisper
transcription, pyannote diarization, and ffmpeg.wasm export all running on-device.
That depends on a mature WebGPU/WASM toolchain, and it is evidence that the
technical barrier for local AI tools is being flattened by the tooling.
The limits should be stated plainly: it is subtraction-style editing — not
built for multi-track, effects, color work, or collaboration; long files and
high-resolution exports depend on the machine; and when speech recognition is
wrong, boundaries need manual fixing. It is a quick-cut tool, not a full NLE.
What to watch next
① Whether GitHub stars pass 1,500 in three months — the post-dual-platform growth
curve is the retention signal
② Whether commercial-license sales ever get disclosed — whether non-commercial
free converts to revenue
③ Whether creators start propagating it in workflows ("when you only need to cut
the filler"), which would be the strongest organic distribution
What you can take from it
Product logic: when attacking a mature paid product, pick the high-frequency
small action, not the complete feature set — the user's pain is rarely "not enough
features," it is paying an entire subscription for one repeated action. "Cut the
filler" as a one-click action beats "a lightweight Premiere."
Pricing structure: the PolyForm Noncommercial dual license — free to
non-commercial users, paid for commercial use — is worth copying if you build
open-source software: give the heat to the community, collect the money from
commercial contexts.
Verdict
Worth watching. The need is real, the traction is evidenced, the local-first
direction and privacy narrative both hold, and the license strategy is smart. The
limits: it is a quick-cut tool with a finite ceiling, and commercial conversion is
unproven. For people building AI tools, the "how to attack subscriptions with
local-first" playbook is worth more than the product itself.