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.1.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.1-py3-none-any.whl (8.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: heimdallur-0.2.1.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.1.tar.gz
Algorithm Hash digest
SHA256 f2ede6802649c32769589178b91538126e1f45aa738f733e8fda4e2edb4f7373
MD5 4f170baa6977e0670e10b905c352dd20
BLAKE2b-256 9836dde3fe766a268d7700db2ead6af35d5dfa01f1cb2942f1f2101f0fc9645d

See more details on using hashes here.

Provenance

The following attestation bundles were made for heimdallur-0.2.1.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.1-py3-none-any.whl.

File metadata

  • Download URL: heimdallur-0.2.1-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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 f90ca74c168e75236c874b4efedf329de87a3284b3c0d998bb9d77af00524a0a
MD5 550c12478df72a41cf95db24ea02058f
BLAKE2b-256 b48fd471674e890e1715406c894b6a18a9c040fa51e2896dac860a52f022abac

See more details on using hashes here.

Provenance

The following attestation bundles were made for heimdallur-0.2.1-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