clodex-ide
Clodex is an open-source, local-first agentic IDE that combines persistent AI tasks, code, terminal, browser, Git, models, memory, and governed execution in one Electron workspace, currently in technical preview.
将本地 AI 转录与单词级编辑和填充词去除结合,全程离线且保护隐私,为实现快速、文本驱动的视频编辑提供了独特工具。
Edit videos like you edit text — fully offline, in your browser.
✨ Try it now: rescript.aashuu.tech
Rescript is an open-source, transcript-based video editor. Drop in a video and it is transcribed locally with per-word timestamps and speaker labels. Delete words in the transcript and the corresponding clip is cut from the video. Export the final cut to MP4 — without your video ever leaving your device.
| Piece | Tech |
|---|---|
| App | Next.js + React + TypeScript + Tailwind |
| Transcription | transformers.js running whisper-base_timestamped (WebGPU with WASM fallback) in a Web Worker |
| Speaker labels | pyannote-segmentation-3.0 (ONNX) |
| Media processing | ffmpeg.wasm (multi-threaded) for audio extraction and export |
| State | zustand |
npm install # also copies ffmpeg/onnxruntime WASM into public/vendor
npm run dev # dev server
npm run build # production build
npm run lint # eslint
Open http://localhost:3000 and drop in a video with an audio track.
Note on "offline": the AI models (~90 MB total) are downloaded from the Hugging Face Hub the first time you transcribe, then cached in browser storage. After that, everything — transcription, editing, export — works with the network fully disconnected. Your media and transcript never leave the device; the only third-party request the app makes is anonymous page analytics (Google Analytics), which fails
🎬 Open source, transcript-based video editor that lives in the browser.
根据分类、Topic 和编程语言匹配的相似项目。
Clodex is an open-source, local-first agentic IDE that combines persistent AI tasks, code, terminal, browser, Git, models, memory, and governed execution in one Electron workspace, currently in technical preview.
A CLI tool that downloads YouTube guitar lesson videos, uses Claude vision to detect and extract the tab region from sampled frames, de-duplicates lines by bar number, and assembles them into a PDF.
scriptc compiles ordinary TypeScript into small, fast native executables without needing Node.js, V8, or any JavaScript runtime in the binary.