Sign in to get Phase, grab your macro key and set your keybinds.
Buy Phase to set your keybinds here and have the macro pick them up.
Launch pricing — the rate you sign up at is the rate you keep.
Changed a keybind? Save here, then restart the macro. Nothing to reinstall.
The whole product: a window with every macro, a keybind you can set by pressing it, and settings that stay on your PC between sessions.
Checking…
The same five macros with no window and no file. Copy one line, paste it into a PowerShell window, press Enter. Useful on a PC you can't install things on.
Windows may flag the paste — a self-extracting blob looks like how malware moves. Decode it and you get the plain script back.
| Desktop app | PowerShell | |
|---|---|---|
| Getting it running | Download, run | Paste into a PowerShell window |
| Keybinds & delays | Set in the app, or here under Macros | From here, once your macro key is in it |
| Licence | Your key, one PC at a time | Only your account can download it, but the script itself has no check — don't pass it on |
| Best on | Your own PC | Someone else's |
Want the PowerShell one to follow what you set under Macros? .
Settings apply the next time the macro starts. If it's running, restart it.
Paste this into the PowerShell script so it knows which settings are yours. It isn't your password — if it leaks, generate a new one and the old one stops working.
—
Shown once, now. It isn't stored in a form we can read back, so copy it before you leave — logging in again issues a fresh one.
$Remote = @{
Enabled = $true
Url = 'https://api.phasemacros.workers.dev'
MacroKey = 'YOUR-KEY-HERE'
}
Only for the PowerShell version. The desktop app uses your login instead.
There's no password reset yet, so keep your password somewhere safe. Changing your email or deleting your account isn't self-serve either — get in touch and it'll be sorted manually.