Environment preparation
QoderWake supports both local and cloud deployment. Run it on a stable, always-online device with reliable network access so your Wakers can stay up 7×24.Windows version coming soon — not yet available to the public. Install on macOS or Linux for now.
- Local deployment
- Cloud deployment
Best on a long-running local device, e.g. a Mac mini.
- macOS: 13.0 or later.
- Linux: Ubuntu 22.04 LTS or later, with a GUI desktop for the local Web Console.
Prerequisites
QoderWake ships with software-engineering Waker roles. Before installing, confirm:gitis installed.- Repository authentication is set up.
- You can run
clone,pull, andpushagainst your target repos.
Install QoderWake
- macOS
- Linux
- Windows
Direct downloads:Or open Terminal and run:The script detects your platform, downloads and installs the package, sets up the command entry on
PATH, signs you in via the browser, starts the local service, and opens the Web Console. Command entry: ~/.qoderwake/bin/qoderwake.Open the console
Visithttp://127.0.0.1:19820/ in your browser. This is QoderWake’s local management console — Waker management, task assignment, and permission configuration all happen here.
The layout:
- Left sidebar — the “My Wakers” list with each Waker’s name and last-active time.
- Top button — Create Waker to add a new Waker; tasks can be created from the right side.
- Main area — click into a Waker to open its conversation view and start assigning work.
- Right panel — created tasks and details for any currently running task.