github-monitor is now forgewatch!

I rebranded my PR monitoring daemon. The old name locked it to a single platform, but the vision has always been broader than that. "forgewatch" better reflects what the app is really about: watching over your code forge, wherever it lives.

Why the rename? Two reasons:

1. It's more general. The architecture doesn't depend on GitHub specifically, and I want to grow it to support GitLab, Gitea, and other forges over time.
2. It's more descriptive. "forgewatch" tells you exactly what it does -- it watches your forge for pull requests and keeps you notified via D-Bus and desktop notifications on Linux.

The daemon is async Python, runs as a systemd user service, and comes with an optional system tray indicator. Give it a look if you're a Linux dev who juggles PRs across repos.

https://github.com/dvoraj75/forgewatch
https://pypi.org/project/forgewatch/

#forgewatch #opensource #python #linux #devtools #foss #github #gitlab #gitea #asyncio #dbus #systemd

GitHub - dvoraj75/forgewatch: Async daemon with system tray indicator and CLI tools for monitoring GitHub pull requests with desktop notifications and systemd integration (Linux)

Async daemon with system tray indicator and CLI tools for monitoring GitHub pull requests with desktop notifications and systemd integration (Linux) - dvoraj75/forgewatch

GitHub
#Ubuntu: "We'll comply without a fight and put the #AgeVerification into #dbus."
Users of Linux: "Now installing no-age-dbus."

Tired of missing GitHub PR reviews? I built github-monitor -- a lightweight Linux daemon that watches for PRs assigned to you and sends desktop notifications the moment they land.

Features:
- Desktop notifications with author avatars via notify-send
- System tray indicator with live PR count and clickable PR list
- Runs quietly as a systemd user service -- set it and forget it
- Config reload on SIGHUP, graceful shutdown on SIGTERM

Under the hood:
- Pure async Python (asyncio) -- no threads, no blocking I/O
- aiohttp for GitHub API, dbus-next for session bus IPC
- Daemon exposes live state over D-Bus, indicator connects as a separate process
- Frozen dataclasses, strict mypy, full test coverage

Built with Python 3.13+, packaged with hatchling, managed with uv.

It's open source and I'd love feedback -- whether it's bug reports, feature ideas, or contributions!

https://github.com/dvoraj75/github-monitor

#Python #Linux #OpenSource #GitHub #AsyncPython #DBus #Systemd

GitHub - dvoraj75/github-monitor: Async daemon with system tray indicator and CLI tools for monitoring GitHub pull requests with desktop notifications and systemd integration (Linux)

Async daemon with system tray indicator and CLI tools for monitoring GitHub pull requests with desktop notifications and systemd integration (Linux) - dvoraj75/github-monitor

GitHub
If you're in need of a thread-safe, native #C++, implementation of #DBus I recommend DBus-ASIO. (As seen at #FOSDEM!)
https://github.com/dbus-asio/dbus-asio #disclaimer #imadethis
GitHub - dbus-asio/dbus-asio: An implementation of the D-Bus protocol using Boost.Asio

An implementation of the D-Bus protocol using Boost.Asio - dbus-asio/dbus-asio

GitHub

nmrs 2.0.0 ra mắt! Bản binding runtime‑agnostic cho NetworkManager qua DBus, hỗ trợ mọi async runtime và kèm Dockerfile để phát triển dễ dàng. Tác giả mở rộng API, mời cộng đồng đóng góp. Cũng cảm ơn thư viện zbus giúp xây dựng nmrs nhanh chóng. #nmrs #NetworkManager #DBus #OpenSource #Rust #phần_mềm_mã_nguồn_mở #lập_trình

https://www.reddit.com/r/opensource/comments/1qh9ome/nmrs_version_200_release_actually_good_bindings/

If you're in need of a thread-safe, native #C++, implementation of #DBus I recommend DBus-ASIO. (As seen at #FOSDEM!)
https://github.com/dbus-asio/dbus-asio #disclaimer #imadethis
GitHub - dbus-asio/dbus-asio: An implementation of the D-Bus protocol using Boost.Asio

An implementation of the D-Bus protocol using Boost.Asio - dbus-asio/dbus-asio

GitHub

So I decided to make a #Java library for managing #secrets on Linux using the secret service #DBus interface. This could also replace GnomeKeyringKeychainAccess and KDEWalletKeychainAccess with a new KeychainAccess for my favorite app to keep my documents encrypted in the cloud: @cryptomator. The library implements the latest Secret Service API Draft 0.2.

https://github.com/purejava/secret-service

GitHub - purejava/secret-service: A Java library for managing secrets on Linux using the secret service DBus interface

A Java library for managing secrets on Linux using the secret service DBus interface - purejava/secret-service

GitHub
It’s Time To Make A Major Change To D-Bus On Linux

Although flying well under the radar of the average Linux user, D-Bus has been an integral part of Linux distributions for nearly two decades and counting. Rather than using faster point-to-point i…

Hackaday

J'avais regardé pour hacker ma machine à laver (non connectée, mais avec des trucs qui clignotent et des bips qui me les c*ssent !)
Besoin d'un analyseur logique, de record temps réel, etc
-Mouais...
Mais ces c*ns-là font des machines connectées avec du D-bus (comme ma caméra proprio PTZ que j'ai hackée avec accès ssh maintenu pour des commandes D-Bus, finalement passées via MQTT)
Bon bein : dont Hack ! (elle est bonne 🙂 )
https://hackaday.com/2025/12/29/39c3-hacking-washing-machines/

#Hack #DBus #WashingMachine

39C3: Hacking Washing Machines

Many of us have them, few of us really hack on them: well, here we’re talking about large home appliances. [Severin von Wnuck-Lipinski] and [Hajo Noerenberg] were both working on washing mach…

Hackaday

I think I'm going to use sdbus instead of QtDBus because the API looks easier to use. Changing standard strings into QStrings and stuff like that is easy to do and I already do that a lot so I'm not worried. Instead of maintaining XML files for the interfaces though, I'm just going to document what the paths are and what types they expect since the "turning XML into code" thing confuses me and I'll wait to do that until I have to do stuff with wayland-scanner.

#dbus #Qt #sdbus #qtdbus