Editorial/Guide
GuideAI-assisted · editor-reviewedUpdated 6 hours ago · 9 min read · by GitPalace Editorial

Six open-source productivity tools that actually earn a permanent spot on your machine

From terminal frameworks to whiteboards and knowledge bases, these are the Productivity projects we keep coming back to. Each one solves a real daily friction without locking your data away.

0
Was this useful? Vote to help others find it.

Living article: rankings and health notes are re-checked against GitHub and community data. Ratings are GitPalace community ratings; stars are GitHub stars.

1
ohmyzsh
Shell
New GitPalace189.6K GitHub starsMITHealth: Actively maintained

Oh My Zsh is a community-driven framework for managing your zsh configuration, bundling a huge library of plugins, themes, and helper functions behind a single install. It is aimed at anyone who lives in a terminal and wants sensible aliases, completions, and a prompt that surfaces git state without writing their own dotfiles. It has been the default on-ramp to a customized shell for over a decade.

Pros
+Enormous plugin and theme catalog covering nearly every common tool
+One-line install with an update mechanism built in
+Thousands of contributors keep integrations current
Watch-out
Loading many plugins can noticeably slow shell startup, so heavy users often end up trimming or replacing it with a leaner setup.
2
excalidraw
TypeScript
New GitPalace131.3K GitHub starsMITHealth: Actively maintained

Excalidraw is a browser-based virtual whiteboard for sketching hand-drawn-style diagrams, wireframes, and architecture drawings. It suits engineers and designers who want to think visually fast, share a link, and collaborate live with end-to-end encryption. The editor is also published as a library you can embed in your own products.

Pros
+Zero-friction start with no account required
+Real-time collaboration that stays private by design
+Embeddable editor with an active plugin and library ecosystem
Watch-out
The deliberately sketchy style is the whole point, so it is a poor fit when you need precise, polished diagrams for formal documentation.
3
AFFiNE
TypeScript
New GitPalace72.2K GitHub starsOtherHealth: Actively maintained

AFFiNE is a local-first knowledge base that fuses documents, an infinite canvas, and databases into one workspace as an open alternative to Notion and Miro. It is built for people who plan, write, and draw in the same session and want their data on their own machine or self-hosted server. Desktop, web, and mobile clients share the same underlying model.

Pros
+Docs, canvas, and tables are genuinely blended rather than bolted together
+Local-first storage with optional self-hosting
+Cross-platform clients with a polished, modern interface
Watch-out
Its ambition shows: the app is heavier than a plain notes tool, and the license is not a standard permissive one, which matters if you plan to build on it.
4
logseq
Clojure
New GitPalace44.8K GitHub starsAGPL-3.0Health: Actively maintained

Logseq is a privacy-first, outliner-based knowledge management tool where notes are plain files you own, connected through bidirectional links and a graph view. It is a strong fit for researchers, students, and developers who think in daily journals and want block-level references across their notes. A rich plugin API extends it well beyond note-taking.

Pros
+Your notes stay as local Markdown or Org files
+Powerful block references, queries, and graph navigation
+Large plugin and theme community
Watch-out
The ongoing move to a new database-backed version has left the file-based and DB editions in transition, so expect some churn around plugins and sync.
5
it-tools
Vue
New GitPalace40.5K GitHub starsGPL-3.0Health: Actively maintained

IT Tools is a single-page collection of handy utilities for developers and IT staff: encoders, converters, token generators, hash calculators, regex testers, and much more. It is for anyone tired of pasting sensitive data into random online converters, since everything runs in your browser and can be self-hosted with a single container.

Pros
+Dozens of everyday tools with a consistent, clean UX
+Runs entirely client-side so nothing leaves your machine
+Trivial to self-host for a homelab or team
Watch-out
It is a grab bag by design, so each individual tool is simpler than the dedicated app it replaces.
6
ShareX
C#
New GitPalace39.5K GitHub starsGPL-3.0Health: Actively maintained

ShareX is a Windows screen capture, screen recording, and file-sharing tool with a deep automation pipeline: capture, annotate, upload, and copy the link in one hotkey. It is built for power users, support engineers, and content creators who take many screenshots a day and want them to flow straight to their destination of choice.

Pros
+Extremely configurable capture and post-processing workflows
+Uploads to a huge range of destinations, including your own server
+Bundles handy extras like OCR, color pickers, and a ruler
Watch-out
It is Windows-only, and the sheer number of settings makes the first setup feel intimidating compared with simpler screenshot tools.

At a glance

ohmyzshexcalidrawAFFiNElogseq
GitPalace rating
GitHub stars189.6K131.3K72.2K44.8K
Would recommend
LicenseMITMITOtherAGPL-3.0
HealthActively maintainedActively maintainedActively maintainedActively maintained