A modern, fast, and completely offline desktop code and AI prompt manager.
Organize, search, and share your code snippets, terminal commands, and prompts in one application.
CodeSnip is a modern Electron application designed for developers, designers, and users who work with artificial intelligence. You can organize code snippets into categories, search instantly, copy them with a single click, and create Base64-based sharing links. All data is stored locally on your device, and the application works without requiring an internet connection.
Tip
Since the application works completely offline, your data stays on your device.
- Liquid Glass user interface
- Global Spotlight search (
Ctrl + Space) - Base64-based sharing system
- Turkish and English language support
- Completely offline operation
- Local data storage
- Built-in category system
- Fast search and filtering
- Electron-based desktop application
- Node.js (v18 or newer)
- npm
git clone https://github.com/MstfSlm38/CodeSnip.git2- Navigate to the Created Folder
cd codesnip3- Install Dependencies
npm install
npm install electron --save-dev4- Build the Production Version
npm run distScreenshots
Beta Screenshots
Warning
These are beta screenshots. Most things may change over time.
Shortcut ## Keyboard Shortcuts
| Shortcut | Description |
|---|---|
Ctrl + Shift + S |
Global Shortcut: Brings the application to the foreground and opens Spotlight search even when the application is running in the background. |
Ctrl + Space |
Opens or closes the Spotlight search panel while the application is active. |
Esc |
Closes the currently open Spotlight search panel. |
Space |
Opens the Quick Look preview panel for the selected code while browsing Spotlight search results. |
Arrow Up / Down |
Navigates up and down through Spotlight search results. |
Enter |
Transfers the selected code to the main search bar (or quickly adds a code if the input is in +category format). |
- Electron
- JavaScript
- HTML5
- CSS3
- Node.js
- v1.0 — Initial Release
- v1.1 — Hotfixes and Favorites Feature
- 26Q2 (v2.0) — Spotlight, Sharing, and Redesigned Liquid Glass UI
- 26Q2.5 — JSON Export/Import, Improved Spotlight, and Version Naming Update
- 26Q3 — Linux Support (Debian, Arch, Red Hat), Improved Appearance, Customization, and Category Management
- 26Q3.1 — Critical Hotfixes
- 26Q3.5 — Important Hotfixes, New Spanish Language Support, and Light Theme Improvements
- 26Q4 — Application Optimization, Full macOS and Linux Support (Slackware and Gentoo)
- 27Q1 — Plugin System and Code Preview
Note
The roadmap may change over time due to new features or newly discovered bugs.
Contributing
Would you like to help improve the project?
- Fork this repository by clicking the Fork button.
- Create a branch for your new feature (git checkout -b new-feature).
- Commit your changes (git commit -am 'Added new feature').
- Push your branch (git push origin new-feature).
- Create a Pull Request.
- Or, if you find a bug in the project, feel free to report it in the Issues section!
License
This project is licensed under the MIT License. See the LICENSE file for more details.
Developers
- Mustafa Selim AYDENİZ



