Alternatives
Products that do what Fully offline, open-source alternative to Scribe for Firefox does
I had to do a bit of web-workflow documentation and found the process of gathering screenshots, placing them correctly into a document, and creating captions extremely tiring. I figured it’ll be easy to automate and also a great opportunity to get to know the Browser API, and here we are with the first release of the extension. It’s extremely easy to use but barebones which I plan to change in the near future, so any feedback will be appreciated. I want to keep the docs generation process completely offline to avoid dealing with server costs and GDPR stuff which poses a lot of challenges…
- 1JF
We needed a JS-first WYSIWYG DOCX editor and couldn't find a solid OSS option, most were either commercial or abandoned. As an experiment, we gave Claude Code the OOXML spec, a concrete editor architecture, and a Playwright-based test suite. The agent iterated in a (Ralph) loop over a few nights and produced a working editor from scratch. Core text editing works today. Tables and images are functional but still incomplete. MIT licensed.
Feb 2026 · github.com
- 2IA
Hello HN, I am building Docmost, an open-source collaborative wiki and documentation software. It is an open-source alternative to Confluence and Notion. I have been working on it for the past 12 months. This is the first public release (beta). The rich-text editor has support for real-time collaboration, LaTex, inline comments, tables, and callouts to name a few. Features - Collaborative real-time editor - Spaces (Teamspace) - User permissions - Groups - Comments - Page history - Nested pages - Search - File attachments You can find screenshots of the product on the website. Website:…
2024 · github.com
- 3OS
We are working on an open-source .docx editor library for apps that need to edit Word documents in the browser. We just shipped 1.0. A lot of existing approaches convert .docx into HTML and lose document semantics along the way. Our editor parses OOXML directly and uses its own rendering+layout engine to produce paged documents with html/css. Edits round-trip back to .docx, so you’re always editing the document, not its representation. The core rendering engine is framework agnostic, with React and Vue ui adapters on top. It’s Apache 2.0. Happy to answer questions.
May 2026 · github.com
- 4

- 5AF
I built a web-based HTML/CSS/JS editor focused on speed, simplicity, and offline access. No bloat — just open and start coding. What makes it different: Live Preview – Edit HTML, CSS, and JS side-by-side with instant feedback. Offline support – Works without internet. You can even install it as a PWA and use it like a native app. No Login Required – Just visit, code, and preview. Login only if you want to save/share. Savable & Shareable Links – Save scripts in the cloud and get shareable links. Customizable Editor – Themes, fonts, auto-format on save, layout tweaks, line…
2025 · scriptpad.dev
- 6

- 7

- 8

- 9SP
Hey HN! Built this because I was tired of waiting hours for transcription services and didn't want to upload sensitive recordings to the cloud. Real metrics from my M1 Max: 4.5hr video file transcribed in 3 minutes 32 seconds. Works completely offline. First 5 HN users who click the button on the page get it free. Literally promo code straight to the app sore Key differences vs Rev/Otter: - No 2-hour file limits (handles any length) - Timecodes stay accurate on long files (no drift from chunking) - Supports MP3, WAV, MP4, MOV, M4A, FLAC - Exports to SRT, VTT, JSON, PDF, DOCX, CSV,…
Oct 2025 · scriberpro.cc
- 10

A free, open source, Descript alternative. Runs on-device.
Aug 2026 · getrescript.com
- 11IM
Hi HN, Since 2019, I’ve been working on a writing platform designed for creating complex documents (e.g., theses). I personally use it for everything as it also allows to classify documents in categories so you can organize them efficiently. As of a few months ago, the app is also available in the browser, and you can now invite coworkers to collaborate on a document in real time. The app is somewhat inspired by LyX. It offers an intuitive, modern editor, but users don’t need to know any LaTeX. When it’s time to export, they can choose from a range of templates (IEEE paper, thesis, etc.). A…
2025
- 12DD
Jul 2026 · github.com
- 13LF
I'm not the author of the app (nor i have any connection with them, just a random user). iA Writer and Writer Pro aren't well suited for me as a developer. They feel quite "strange" to me. Mou is a good option (free too) but still missing some features. So far this, this editor is the most complete user-friendly. Hope it helps!
2013 · clockworkengine.com
- 14

- 15
- 16

- 17IB
Hi HN, I'm a film director by trade, and I prefer writing my stories in plain text rather than using clunky screenplay software. Standard markup like Fountain doesn't work for me because I write in mixed languages, so I use Markdown with a custom syntax I invented to resemble standard screenplay structures. This workflow is great until I need to actually generate an industry-standard screenplay PDF. I got tired of manually copying and pasting my text back into the clunky software just to export it, so I decided to write a script to automate the process. That's when I hit a wall. I tried…
Mar 2026 · github.com
- 18OE
A fully featured markdown editor and publisher. Free, open-source and browser-first (no backend required). Built with modern technologies like React, TypeScript, Shadcn/UI, and Vite. (thoughtfully crafted, not vibe coded)
Jan 2026 · github.com
- 19WI
Word in web is a pure JS docx editor/renderer benched against MS Word directly. This was largely inspired by Eigenpal going closed source, and some personal frustrations I had with working on complex Word templates, pleading papers, etc... and not having a clean way to view/edit them without owning MS Word (which I did just eventually buy but it sucked). This was also an exercise in highlighting the value of good evals for Agents to bench against. Instead of just throwing the OOXML standard at an agent and letting it spin, I put together a large corpus of Microsoft Word docs -…
Jul 2026 · word-in-web.com
- 20ID
I had the problem of having a boring office job, where im not busy at all, i sit in an office and my bosses keep walking around. And i also enjoy scrolling (twitter) . So to fix this i made a simple free Chrome Extension to make it look like a PDF file. And here i made a little landing page for it. (am proud btw) : https://xdisguise.com/ So i made this :)
2024 · chromewebstore.google.com
- 21AM
I made this tiny notepad website, to write things down in your browser. The Features - Just saves to your browser's localstorage (no cloud or login) - Export to TXT file - Formatting keyboard shortcuts - Works offline - Super fast The Tech - Single HTML file - 20 lines of JS + service worker (for offline usage) - Using pure CSS for modals - Github pages hosting - Basically it's just a "contenteditable div" with some extra features - Source -> https://github.com/benwinding/localnotes.page It's been done before, but I couldn't find a version I liked, that worked offline…
2022 · localnotes.page
- 22IM
Would love to hear your feedback! It's 100% free. :-)
2024 · wizardshot.com
- 23IB
2024 · paragraphrewrite.com
- 24OM
Hi HN, I've just launched DocFlex, an offline macOS app that converts Markdown documents into over 30 formats like PDF, HTML, EPUB, LaTeX, and more. Why I built it: As someone who frequently works with Markdown, I found it cumbersome to convert documents into different formats, especially when dealing with multiple files. Online converters weren't ideal due to privacy concerns and the need for an internet connection. So, I created DocFlex to make the process seamless and entirely offline. Key Features: 100% Offline: All conversions happen locally on your machine. Your documents are never…
2024 · docflex.app
Ranked by how close each launch is in meaning, then by votes. Refine with a description →