Open notes, saved links, or snippets instantly from any webpage using a keyboard shortcut.
Capture a full-page screenshot or export a webpage's table to CSV without extra tools.
Generate a print-friendly PDF of the current page from the command bar.
Keep browser notes and links stored locally instead of syncing them to a third-party account.
| cmdos-app/cmdos | acoyfellow/svelte-edge | alectrocute/honeyprompt | |
|---|---|---|---|
| Stars | 18 | 18 | 18 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | easy | moderate | — |
| Complexity | 2/5 | 3/5 | — |
| Audience | vibe coder | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires Node.js 22.12 or newer and pnpm to build, then loading the dist folder as an unpacked Chrome extension.
cmdOS is a Chrome browser extension that gives you a keyboard-driven command bar for doing common browser tasks, instead of clicking through menus, bookmarks, and tabs. You press Alt plus S from any webpage to open the command bar, then type or select a command such as opening your notes, creating or opening a saved link, taking a screenshot, or managing keyboard shortcuts. Beyond quick navigation, the extension bundles a set of built-in browser actions you can trigger from the same bar: capturing a screenshot of the visible page or the whole page, downloading images from the current page, extracting a table on the page and exporting it as a CSV file, and generating a print-friendly PDF of the page. The project describes itself as local-first, meaning your notes, links, snippets, and other saved items stay stored on your own machine rather than a remote server, and no account is required to use the core features. Internally it also supports richer object types beyond simple links and notes, including automation workflows, an AI chat agent integration, saved AI prompts, and to-do items, organized as a monorepo with separate packages for UI components, storage helpers, and settings. It is built with React and TypeScript, using Vite and Turborepo for the build system, Tailwind CSS for styling, and pnpm workspaces to manage the project's packages, targeting the Chrome Extension Manifest V3 format. To try it, you clone the repository, install dependencies with pnpm, run the development server, and load the built extension as an unpacked extension in Chrome's developer mode. It is released under the Apache 2.0 license.
A Chrome extension that opens a keyboard command bar (Alt+S) for quickly accessing notes, links, screenshots, and other browser actions without local data leaving your machine.
Mainly TypeScript. The stack also includes TypeScript, React, Vite.
Use freely for any purpose, including commercial use, as long as you keep the copyright and license notice.
Setup difficulty is rated easy, with roughly 30min to a first successful run.
Mainly vibe coder.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.