Skip to main content

Keep your machine awake while long tasks or agents run.

Project description

heimdallur

Keep your machine awake while long tasks or agents run. A thin, dependency-free wrapper around caffeinate (macOS) and systemd-inhibit (Linux), exposed as both a Python library and a CLI.

Install

pip install heimdallur

Library

from heimdallur import StayAwake

with StayAwake(display=False, lid=False):
    run_long_task()

# or explicit control
guard = StayAwake()
guard.start()
try:
    run_long_task()
finally:
    guard.stop()

The guard rolls back automatically on __exit__, stop(), and via an atexit hook even if the process crashes.

CLI

heimdallur                 # stay awake until Ctrl+C
heimdallur -- make build   # stay awake while the command runs
heimdallur -w 12345        # stay awake while PID 12345 is alive

Flags:

  • -d, --display — also keep the display awake.
  • --lid — prevent sleep even with the lid closed.

Auto-mode (Cursor Hooks)

Install once and heimdallur will start automatically at the beginning of every Cursor agent session — no skill trigger needed:

pip install heimdallur
heimdallur --install-hooks

This writes a sessionStart hook entry into ~/.cursor/hooks.json (merging into any existing config without touching other hooks) and places the companion script at ~/.cursor/hooks/heimdallur-session.sh.

To remove the hooks:

heimdallur --uninstall-hooks

Note: --install-hooks modifies ~/.cursor/hooks.json at the user level (not project level). If Cursor is not installed, the command will exit with an error.

⚠️ Warning about --lid

On macOS --lid runs sudo pmset -a disablesleep 1, which means the system will never sleep until it is rolled back to 0. heimdallur rolls this back automatically on exit, but:

  • It requires sudo, which may hang on a password prompt in non-interactive (agent) contexts — avoid it there.
  • If the process is killed with SIGKILL, rollback cannot run. Re-run sudo pmset -a disablesleep 0 manually if needed.

License

MIT

Project details


Download files

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

Source Distribution

heimdallur-0.2.0.tar.gz (10.1 kB view details)

Uploaded Source

Built Distribution

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

heimdallur-0.2.0-py3-none-any.whl (8.4 kB view details)

Uploaded Python 3

File details

Details for the file heimdallur-0.2.0.tar.gz.

File metadata

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

File hashes

Hashes for heimdallur-0.2.0.tar.gz
Algorithm Hash digest
SHA256 fb9eb970fd7966d5b6bbd57753dd8764cc26855f135872fbfc92656a53110e9a
MD5 94a935964b02c2486eb05af0f4da1d8b
BLAKE2b-256 bb4d1960771fa29e319c7b13d1f5968a1f6f50455cba3d25a0f2094ebb214efc

See more details on using hashes here.

Provenance

The following attestation bundles were made for heimdallur-0.2.0.tar.gz:

Publisher: publish.yml on maksimpechenin/heimdallur

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

File details

Details for the file heimdallur-0.2.0-py3-none-any.whl.

File metadata

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

File hashes

Hashes for heimdallur-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e699fc9951a0b50ca58275d67704aec19df7cc770ef371f6ccc83170a4e48946
MD5 c276c532c494bb5fbffd5fb6d2833380
BLAKE2b-256 a78b6c2daf546b456ed62147c4b1f39a15fa0a58dca16307e6ac3cb5900039f7

See more details on using hashes here.

Provenance

The following attestation bundles were made for heimdallur-0.2.0-py3-none-any.whl:

Publisher: publish.yml on maksimpechenin/heimdallur

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

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page