colcon-notification
Extension for colcon to provide status notifications.
What it is and what it does
colcon-notification is a plugin for colcon-core that intercepts build events and sends them as desktop notifications to your system. It works across Windows, macOS, and Linux by delegating to platform-specific notification libraries (pywin32 on Windows, notify2 on POSIX systems). When you run a colcon build, instead of watching the terminal, you can receive system notifications about build progress and completion status.
The package is designed as a colcon-core extension, so it integrates directly into the colcon workflow without requiring changes to your build commands. It has been in active development since 2018 and is currently in Alpha status, meaning the notification behavior and API may still evolve. The low install friction and minimal dependencies make it a lightweight addition to an existing colcon setup.
Use it for:
- Get desktop alerts when a long colcon build finishes, so you don't have to monitor the terminal
- Receive notifications on build failures or warnings without keeping the build window in focus
- Integrate colcon status into your system notification center on macOS or Windows
- Monitor multiple parallel builds via system notifications instead of terminal tabs
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Adds desktop notifications to colcon build system status updates, displaying build progress and completion messages on Windows, macOS, and Linux.
Yes, if you use colcon and want build notifications. The low install friction, active maintenance, permissive license, and zero known vulnerabilities make it a safe addition. The Alpha status means notification behavior may change, but that's unlikely to break existing workflows. Install it if desktop notifications would improve your build workflow; skip it if you prefer terminal-only feedback.
Install
colcon-notification on PyPI
pip
pip install colcon-notificationuv
uv add colcon-notificationpoetry
poetry add colcon-notificationInstalling colcon-notification
Before you install
Low friction install with a pure Python wheel. Actively maintained with recent commits. Depends on colcon-core, notify2, and pywin32—platform-specific notification libraries that are lightweight.
License in practice
Apache-2.0 is permissive; you can use, modify, and distribute this package freely in most contexts without restriction.
Quickstart
pip install colcon-notification
Then run colcon as normal:
colcon build
Notifications will be sent automatically via your system notification daemon.
Requires colcon-core to be installed and configured; notify2 on Linux/macOS and pywin32 on Windows must be available on your system.
Verify before relying
- Whether notify2 and pywin32 are automatically installed on all platforms or require manual setup
- Specific notification behavior differences across Windows, macOS, and POSIX systems
- Whether the extension requires colcon-core to be already installed and configured
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.6) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 3 — colcon-core, notify2, pywin32 |
| Maintenance | actively maintained — 140 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 184,056/month — #10,048 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: colcon_notification-0.3.1-py3-none-any.whl
Keywords: colcon
Tags
More Build Tools packages
Provides reusable utilities for Python…
permissive · top 100 on PyPI
tqdmWraps any iterable to display a real-time…
copyleft · top 100 on PyPI
pippip is the standard installer for Python…
permissive · top 100 on PyPI
hatchlingHatchling is a standards-compliant Python build…
permissive · top 100 on PyPI
grpcio-toolsGenerates Python gRPC service stubs and message…
permissive · top 1,000 on PyPI
pre-commitpre-commit is a framework for installing and…
permissive · top 1,000 on PyPI
colcon-package-informationExtends colcon-core to provide information…
permissive · top 15,000 on PyPI
colcon-outputExtends colcon-core to customize output…
permissive · top 15,000 on PyPI
gym-noticesDelivers notices about Gym library versions to…
permissive · top 5,000 on PyPI
colcon-common-extensionsBundles colcon-core and twenty common colcon…
permissive · top 15,000 on PyPI
colcon-test-resultExtends colcon-core to display and analyze test…
permissive · top 15,000 on PyPI
colcon-bashProvides Bash script generation as an extension…
permissive · top 15,000 on PyPI
colcon-rosExtends colcon to recognize and build ROS…
permissive · top 15,000 on PyPI
colcon-powershellExtends colcon-core to generate PowerShell…
permissive · top 15,000 on PyPI
colcon-package-selectionExtends colcon-core to filter and select a…
permissive · top 15,000 on PyPI
colcon-devtoolsExtends colcon-core to expose information about…
permissive · top 15,000 on PyPI