EveryDev.ai
Subscribe
Home
Tools

3,277+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. Rescript
    Rescript icon

    Rescript

    Video

    An open-source, transcript-based video and audio editor that runs fully offline in your browser — no uploads, no accounts, no server.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open-source — no accounts, no uploads, no cost.

    Engagement

    Available On

    Web

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    VideoAudioSpeech Recognition

    Alternatives

    KlicStudioBiliveVozo
    Developer
    Wassim GharbiPalo Alto, CAEst. 2019

    Listed Jul 2026

    About Rescript

    Rescript is a browser-based, transcript-driven media editor built by @wassgha. Drop in a video or audio file and it is transcribed locally using Whisper, producing per-word timestamps and speaker labels. Delete words in the transcript and the corresponding clip is cut from the media — then export the final cut as MP4 or M4A, all without your file ever leaving your device.

    What It Is

    Rescript is an open-source tool that lets you edit video and audio the way you edit text. It sits entirely in the browser, using WebAssembly and WebGPU to run AI transcription and media processing on-device. The core workflow is: transcribe → edit by deleting words → export a frame-accurate cut. It targets podcasters, interviewers, and anyone who wants to trim filler words or restructure spoken content without a traditional timeline editor.

    How the Editing Workflow Works

    1. Extract — ffmpeg.wasm decodes the audio track to mono 16 kHz PCM in-browser.
    2. Transcribe — Whisper runs in a Web Worker with word-level timestamps; pyannote assigns a speaker label to every word. Users can choose Whisper Base (~200 MB) or Whisper Small (~600 MB).
    3. Edit — Deleting words creates "cut ranges" that the preview player skips in real time; a waveform timeline shows cut regions in red. A one-click "Remove fillers" button cuts every detected "um", "uh", and similar filler in one pass.
    4. Export — Kept ranges are trimmed and concatenated via an ffmpeg filter graph and re-encoded to libx264/aac, producing word-accurate MP4 or M4A output.

    Privacy-First Architecture

    Rescript's defining constraint is that no media ever leaves the device. There is no server, no authentication, and no upload step. AI models (Whisper and pyannote) are downloaded from Hugging Face Hub on first use and then cached in browser storage, so after the initial model fetch the entire tool — transcription, editing, and export — works fully offline. The only third-party request the app makes is anonymous Google Analytics, which fails silently when offline.

    Technology Stack

    LayerTechnology
    App frameworkNext.js + React + TypeScript + Tailwind
    Transcriptiontransformers.js running whisper-base_timestamped or whisper-small_timestamped (WebGPU with WASM fallback)
    Speaker diarizationpyannote-segmentation-3.0 (ONNX)
    Media processingffmpeg.wasm (multi-threaded)
    State managementzustand

    Browser Support and Requirements

    A Chromium-based browser is recommended. The app requires SharedArrayBuffer, which is served with COOP/COEP headers. WebGPU is used for inference when available, with a WASM fallback for browsers that do not support it.

    Current Status

    The repository was created in late July 2026 and had accumulated 177 stars and 15 forks within days of launch, with active pushes as recently as July 27, 2026. The project is MIT-licensed and actively maintained by its author on GitHub.

    Rescript - 1

    Community Discussions

    Be the first to start a conversation about Rescript

    Share your experience with Rescript, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Free

    Fully free and open-source — no accounts, no uploads, no cost.

    • Unlimited local video and audio editing
    • Whisper Base and Whisper Small transcription
    • Speaker diarization
    • Word-level editing and filler removal
    • MP4 and M4A export

    Capabilities

    Key Features

    • Offline, in-browser transcription using Whisper Base or Whisper Small
    • Per-word timestamps and speaker diarization (pyannote)
    • Word-level editing — delete words to cut corresponding media clips
    • One-click filler word removal (um, uh, etc.)
    • Waveform timeline with word labels, cut regions, playhead, and zoom
    • Live preview that skips cuts in real time
    • Frame-accurate MP4 (video) and M4A (audio) export via ffmpeg.wasm
    • Supports video (MP4, WebM, MOV) and audio (MP3, WAV, M4A) input
    • No uploads, no accounts — all processing on-device
    • Models cached in browser storage for fully offline use after first run

    Integrations

    Hugging Face Hub (model download)
    ffmpeg.wasm
    transformers.js
    WebGPU
    WebAssembly (WASM)

    Ratings & Reviews

    No ratings yet

    Be the first to rate Rescript and help others make informed decisions.

    Developer

    Wassim Gharbi

    wassgha is an independent developer who builds open-source browser-based tools. Rescript is their flagship project — a fully offline, transcript-driven video and audio editor that runs entirely in the browser using WebAssembly and WebGPU. They share updates and projects on X (@wassgha).

    Founded 2019
    Palo Alto, CA
    1 employees

    Used by

    Tesla
    Toyota Woven Planet
    Google (Context of employment and…
    Read more about Wassim Gharbi
    WebsiteGitHubX / Twitter
    1 tool in directory

    Similar Tools

    KlicStudio icon

    KlicStudio

    KlicStudio is an open-source AI-powered video localization and dubbing tool that automates subtitle generation, translation, and voice synthesis for videos.

    Bilive icon

    Bilive

    AI-powered real-time bilingual subtitle generation tool for live streaming with speech recognition and translation capabilities.

    Vozo icon

    Vozo

    Vozo provides AI-powered localization workflows for video and audio, including translation, dubbing, lip sync, talking-photo and video generation via a web app and API.

    Browse all tools

    Related Topics

    Video

    AI tools that generate or edit video — from text-to-video and animation to avatars, dubbing, and short-form clips.

    77 tools

    Audio

    AI tools that generate or edit audio — music, sound effects, voice and speech, and podcast production.

    29 tools

    Speech Recognition

    AI tools that convert spoken language into text.

    46 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions