Open Source Productivity and Cognitive Tools
A shopping list of specific-problem tools, not another all-in-one suite.
Source: ~/Downloads/GoogleSearchAI-Provide_a_list_of_10-20_open-source_tools_that_are_not_limited_to_visual_tools._Include_productivity,_time_management,_and_cognitive_enhancement_tools,_as_well_as_tools_that_are_efficient,_well-regarded,_and_solve_a_specific_problem.md
Phase: final
Previous: Trajectory - Inner Map · Index - Open Source Productivity and Cognitive Tools List
Status: draft
Pipeline: CONSTITUTION - Publishable Asset Pipeline · 00 - Master Index
How this list actually started
I already had visual and self-host maps in motion. Canvases, diagrams, wiki-shaped apps. The missing question was narrower:
What open source tools help with upskilling and management when you refuse to start from “another Notion clone” or “another drawing board”?
The brief was strict on purpose. Not limited to visual tools. Prefer productivity, time management, and cognitive enhancement. Prefer tools that are efficient, well-regarded, and solve one specific problem, even if the project is small. Then, after a solid first pass, expand into underrated gems that deserve more recognition.
This is a curated catalog from that path. Skim by job. Install what matches a real bottleneck. Do not adopt the whole page as a lifestyle stack.
The filter that kept the list useful
Three rules held:
- Specific problem over suite. A hosts-file blocker beats a dashboard that “does everything” if your actual failure mode is opening YouTube mid-sprint.
- Non-visual is allowed to win. Timers, spaced repetition, CLI jumpers, offline Wikipedia, private file drop. Different surface, same goal: less thrash, more retained skill.
- Well-regarded and efficient. Not every GitHub star. Tools with a clear job and a reputation for doing that job.
What follows groups tools by job, not by hype. Some are desktop. Some are CLI. Some are self-hostable. All of them earn a line because they compress one friction point.
1. Knowledge, notes, and research capture
These are still “productivity,” but the problem they solve is keeping and retrieving thinking without handing the corpus to a vendor by default.
| Tool | Problem it solves |
|---|---|
| Logseq | Privacy-first knowledge base on local Markdown: journals, thoughts, flashcards, bidirectional links. |
| AppFlowy | Local, privacy-focused Notion-shaped workspace for tasks, notes, and wikis (Flutter). |
| Trilium | Hierarchical personal knowledge base with rich text, scripting, and structure for large note graphs. |
| Silverbullet | Lightweight local web notepad: Markdown personal wiki with live queries and extensibility. |
| Notesnook | End-to-end encrypted notes as a private Evernote-class alternative. |
| Espanso | Cross-platform text expander (Rust): keyword triggers become full snippets. Reduces repetitive typing tax. |
| Zotero | Research assistant: senses papers in the browser, manages PDFs, citations, and bibliographies. |
When to pick one: Zotero if citations and PDFs are the bottleneck. Espanso if you retype the same blocks daily. Logseq / Silverbullet / Trilium / AppFlowy / Notesnook if the bottleneck is where thinking lives and how private it stays. You rarely need all of them.
2. Time, tasks, and honest attention data
These tools answer: what am I doing, for how long, and can I structure deep work without a social feed in the same window?
| Tool | Problem it solves |
|---|---|
| SuperProductivity | To-do list plus time tracking with GitHub / GitLab / Jira hooks for developer workflows. |
| ActivityWatch | Automatic local time tracking in the background. Secure analysis of where device time actually goes. |
| Watson | Command-line time tracker: log, tag, report by project with minimal UI. |
| Supernova | Minimalist CLI Pomodoro for distraction-free deep-work intervals. |
| Pomolectron | Cross-platform desktop Pomodoro in the system tray (Electron). |
| Horo | macOS status-bar timer with natural language countdowns. |
| Safe Eyes | Linux break reminder that enforces screen breaks to cut eye strain and fatigue. |
| Rallly | Self-hostable group scheduling via polling. Finds meeting times without a corporate calendar tax. |
Stack idea: ActivityWatch or Watson for truth, SuperProductivity for commitments, one Pomodoro/timer for intervals, Safe Eyes if Linux eyes are the failure mode. Rallly if the tax is coordinating humans, not focusing alone.
3. Focus: blockers, noise, and hard gates
Cognitive enhancement here is not nootropics. It is removing easy escape hatches.
| Tool | Problem it solves |
|---|---|
| SelfControl | Strict macOS distraction blocker. Cuts specific sites and mail servers for a hard-set duration. |
| LeTian / Focus-style hosts blockers | Simple distraction blocking by editing local hosts or network rules so addictive sites fail closed. |
| Focusli | Linux ambient noise (rain, white noise, and similar) to hold concentration without a media rabbit hole. |
When the gate matters: if willpower is the plan and the plan keeps failing, prefer a tool that cannot be casually undone for a set window. Pair with a timer from the previous section so the blocked window has a start and end.
4. Learning, recall, and skill practice
Upskilling tools. The problem is not “more content.” It is retention, deliberate practice, and offline access.
| Tool | Problem it solves |
|---|---|
| Anki | Spaced-repetition flashcards for long-term active recall (languages, technical concepts, anything card-shaped). |
| Mnemosyne | Minimalist spaced-repetition software with a strong algorithm for vocabulary and concept retention. |
| Exercism | Code learning tracks in 60+ languages with automated checks and human mentoring options. |
| freeCodeCamp | Interactive curricula and projects for full-stack web development and data science paths. |
| ZType | Typing game engine: words become targets so speed and muscle memory improve through play. |
| Kiwix | Offline reader for full site dumps (Wikipedia-scale). Learn and reference without a network. |
| BrainFlow | Biosensing library: clean APIs to acquire and analyze EEG / open BCI hardware data for experimenters. |
Practical split: Anki or Mnemosyne for memory. Exercism or freeCodeCamp for skill tracks with projects. Kiwix when travel, outages, or intentional offline deep work matter. BrainFlow only if you are actually instrumenting physiology, not as a productivity default.
5. Habits, body, and low-drama health tracking
| Tool | Problem it solves |
|---|---|
| Habitica | Gamified habit tracker: real tasks as RPG quests for motivation loops that plain checklists fail. |
| OpenGym | Workout tracker without ads or data harvest. Clean progression metrics only. |
Use Habitica when the problem is motivation design. Use OpenGym when the problem is honest training logs without a social feed.
6. Bookmarks, read-later, and link rot
| Tool | Problem it solves |
|---|---|
| Marlin | Local bookmark manager and read-later with full-text search across saved articles. |
| Linkwarden | Self-hosted collaborative bookmarks that archive page copies so links do not rot. |
Marlin for personal local search. Linkwarden when permanence and sharing on your own host matter.
7. Terminal tools that cut cognitive load
This layer is underrated in “productivity” lists. The problem is not motivation. It is path thrash, git ceremony, and memory for syntax.
| Tool | Problem it solves |
|---|---|
| Broot | Interactive directory tree in the terminal for navigating large filesystems without blind cd chains. |
| Zoxide | Smarter directory jumper that learns frequent paths so navigation takes fewer keystrokes. |
| Lazygit | Terminal UI for git: branches, commits, and merge conflicts with less command memorization. |
| Cheat.sh | Unified cheat sheets in the terminal (curl-friendly): language and tool syntax without leaving the shell. |
CLI mini-stack: Zoxide for “where,” Broot for “what is in this tree,” Lazygit for “what is my repo state,” Cheat.sh for “what is the syntax again.” Together they reduce working-memory tax more than another notes theme.
8. Private file drop (WeTransfer pattern, owned by you)
| Tool | Problem it solves |
|---|---|
| Gokapi | Lightweight self-hosted file share that auto-deletes after a time limit or download count. Private WeTransfer pattern. |
Use when the bottleneck is “send a file once, expire it, do not train a big cloud on my attachments.”
How to use this catalog without drowning
Do not install forty tools. Match one bottleneck to one layer.
| If the bottleneck is… | Start here |
|---|---|
| I cannot find my own notes or citations | Logseq or Silverbullet + Zotero |
| I do not know where the day went | ActivityWatch or Watson |
| I start work and open the feed | SelfControl (or hosts blocker) + one Pomodoro tool |
| I learn and forget | Anki or Mnemosyne |
| I am learning to code and need structure | Exercism or freeCodeCamp |
| The shell feels like thrash | Zoxide + Lazygit + Cheat.sh |
| I need offline reference | Kiwix |
| I need a one-shot private share | Gokapi |
| Group scheduling is the tax | Rallly |
| Habits die without game mechanics | Habitica |
Pairing with other maps: visual and VPS catalogs cover canvases, compose stacks, and always-on services. This list is the complementary layer: local focus gates, recall systems, and CLI efficiency that do not require a new container for every itch.
What this list is not
- Not a claim that open source automatically equals zero maintenance.
- Not a ranking of “best PKM app of the year.”
- Not a requirement to self-host everything. Many of these are local desktop or CLI installs.
- Not medical or productivity therapy. Blockers and timers help structure attention; they do not replace sleep, scope control, or real recovery.
Closing cut
The original ask was simple and strict: non-visual allowed, specific problems preferred, upskilling and management as the goal, then more underrated gems after the first good list.
That is still the right posture. One clear job per tool beats one tool that claims every job. Pick the friction you actually hit this week. Install the narrowest open source fix. Leave the rest of the catalog on the shelf until a new bottleneck earns the next install.
Trajectory: Trajectory - Inner Map · Index: Index - Open Source Productivity and Cognitive Tools List · Constitution: CONSTITUTION - Publishable Asset Pipeline