Skip to content

v0.1.3 - Cross-platform scheduling

Choose a tag to compare

@jiangqiusuo jiangqiusuo released this 20 Jun 05:35

Qwake v0.1.3

Local-first quota window waker for AI coding agents.

Install

npm install -g @sysiphus/qwake

Quick Start

qwake doctor
qwake wake mock

What's new

unified qwake schedule install/status/run/uninstall across macOS, Windows, and Linux
macOS scheduler support via LaunchAgent
Windows scheduler support via schtasks
Linux scheduler support via systemd --user
automatic Linux crontab fallback when systemd --user is unavailable
updated docs and website to reflect the new cross-platform scheduler flow

Example

qwake schedule install codex --times 06:05,11:10,16:15,21:20
qwake schedule status codex
qwake schedule run codex
qwake schedule logs codex

Notes

Qwake does not bypass provider limits
scheduled wakes use smart skipping by default to avoid redundant live calls
logs and scheduler status are available through the CLI

Links

Website: https://qwake.top/
GitHub: https://github.com/jiangqiusuo/qwake
npm: https://www.npmjs.com/package/@sysiphus/qwake