Skip to main content

Projectum

Everything that piles up around a folder of work — projects, playlists, todos, notes — in one window, connected.

CI Release PyPI License: MIT Sponsor

No servers, no account, no telemetry. Your data is a JSON file sitting next to your work.

projectum.wleeaf.dev

Projectum — projects view, dark theme

How it works

Point Projectum at a folder. Every subfolder becomes a project you can mark done or tested, tag, pin, and annotate with live-rendered Markdown. The same window holds your todos, a notebook of notes, and your YouTube study playlists (fetched with yt-dlp, watched-state per video). All of it lives in one .projectum.json inside the folder — it travels with your work and diffs cleanly in Git.

Then there are relations: link anything to anything — a project to a playlist, a todo to a span of days, a note to a project. Date relations come together on the Calendar, a month view where scheduled work draws as bars across the weeks.

Calendar — Midnight theme
Calendar — anything linked to a date shows on that day; spans draw as bars. (Midnight)
Playlists — Light theme
Playlists — paste a URL, tick videos off, keep notes per video. (Light)
Notes — Paper theme
Notes — live Markdown; syntax markers hide until your cursor enters the phrase. (Paper)
Todo — Gruvbox theme
Todo — quick folder-scoped tasks, schedulable on the calendar. (Gruvbox)

Install

pip install projectum && projectum

Or a package manager:

brew install --cask wleeaf/tap/projectum                                   # macOS
scoop bucket add wleeaf https://github.com/wleeaf/scoop-bucket && scoop install projectum   # Windows

Or grab a standalone build from the latest release:

Platform File Notes
Linux Projectum-x86_64.AppImage chmod +x, run — bundles Python, Qt, yt-dlp
Windows Projectum-windows-x64.exe unsigned: SmartScreen → More info → Run anyway
macOS Projectum-macos.dmg unsigned: right-click → Open

Or from source: git clone, pip install -r requirements.txt, python main.py.

Projectum keeps itself up to date: when a new release ships it installs in place and offers a one-click restart (off by a toggle in Settings).

Highlights

  • Filesystem-first projects — size, last-modified, git branch and dirty state per project, read off the UI thread. Tags with sidebar filters, pin, drag to reorder, expand a folder of repos into nested projects.
  • Live Markdown everywhere — headings, bold, code, lists, links render as you type; markers stay hidden until the cursor enters the phrase. The document underneath is always plain Markdown.
  • Relations — undirected, untyped links between any two things, including dates, date spans, and bare durations ("2 weeks"). Backlinks show up on both sides; the detail panels show clickable chips.
  • Command palette (Ctrl+K) across projects, playlists, videos, tags, and notes.
  • 19 themes, dark and light — every one CI-checked against WCAG contrast floors, switching crossfades. Any font, any size.
  • Resilient — atomic saves; metadata for a renamed or deleted folder is parked and restored when it comes back.
Keyboard shortcuts
Shortcut Action
Ctrl+K Command palette
Ctrl+1Ctrl+5 Switch tab (Projects / Playlists / Todo / Calendar / Notes)
Ctrl+O Open a folder
Ctrl+F Focus the sidebar search
Ctrl+D Toggle the selected project's done state
Ctrl+T Jump to Todo and start a new task
Ctrl+N Focus the project notes editor
Ctrl+R Refresh the current folder
Esc Close a popup

Where your data lives

  • Per-folder: <folder>/.projectum.json — projects, playlists, tags, notes, ordering. Commit it next to your work or .gitignore it. Writes are atomic.
  • Global: ~/.config/projectum/ — window state, theme, and links.json, the relation graph. Relations can cross folders, so they live here rather than in any one folder's file — the one part of your data that doesn't travel with a folder.

Development

Dependencies are thin: PySide6, yt-dlp, and the standard library. CI lints, byte-compiles, runs the test suite, and boots the window headless on Linux/macOS/Windows across Python 3.10–3.12.

python -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt pytest
QT_QPA_PLATFORM=offscreen pytest -q     # tests
python main.py                          # run

Packaging recipes (AppImage, Flatpak, AUR) live in packaging/, the release process in RELEASING.md.

Support

Projectum is free and MIT-licensed, and stays that way. If it's useful, you can sponsor it on GitHub — completely optional.

License

MIT — © 2026 wleeaf.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

projectum-2.4.0.tar.gz (135.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

projectum-2.4.0-py3-none-any.whl (115.9 kB view details)

Uploaded Python 3

File details

Details for the file projectum-2.4.0.tar.gz.

File metadata

  • Download URL: projectum-2.4.0.tar.gz
  • Upload date:
  • Size: 135.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for projectum-2.4.0.tar.gz
Algorithm Hash digest
SHA256 9c4bc07026a08c013fb370e1670f2b0171133a6eba165386342d0f6e31206aa0
MD5 ff2c7bd22412dd17705bb8ccf70ab7cb
BLAKE2b-256 a52f115ef620e04596c8543eb17bcd00c7ba6456ca6ab657f8ececb2eba31917

See more details on using hashes here.

Provenance

The following attestation bundles were made for projectum-2.4.0.tar.gz:

Publisher: publish-pypi.yml on wleeaf/projectum

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file projectum-2.4.0-py3-none-any.whl.

File metadata

  • Download URL: projectum-2.4.0-py3-none-any.whl
  • Upload date:
  • Size: 115.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for projectum-2.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 8b8bdf5c5315ed78d2929578dab2f1d039c7a1971412a0fe0d899bdf373cf803
MD5 23cf44ccc8e29ef091b76a73b3de19cf
BLAKE2b-256 0e943631b1c598080fd59872814f4408a8128cdad86994650f48f3793e7ae65d

See more details on using hashes here.

Provenance

The following attestation bundles were made for projectum-2.4.0-py3-none-any.whl:

Publisher: publish-pypi.yml on wleeaf/projectum

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

2.4.0 This release

2 files

2.3.0

2 files

2.2.0

2 files

2.1.0

2 files

2.0.0

2 files

1.9.0

2 files

1.8.0

2 files

1.7.0

2 files

1.6.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page