.env valuesApplies everywhere you are signed in, not only this page.
Rich memory appears once learning is on. It lets MAKI keep longer context between sessions, and can be turned off on its own without affecting learning.
Turning learning off stops MAKI collecting from your sessions from that moment. Nothing is erased — what MAKI has already learned, and the session context Rich memory keeps, both stay. Turn it back on and it carries on from there.
If you want that history gone, Delete my memory on the card above does it deliberately and permanently. It is the only thing that deletes, and it is separate from the switch on purpose.
Open the full learning pagenpm install -g @anthropic-ai/claude-code # or: npm install -g @openai/codex # (need Node 18+ first — nodejs.org)
workdir : C:\Users\you\my-project (found). If that is the right one, you are done.--dir to the command, once —
--dir C:\Users\you\my-project. Also remembered, so you can drop it next time.pwd on macOS/Linux, Get-Location
in PowerShell, do the same job.)curl.exe, not curl — in PowerShell curl is an alias for Invoke-WebRequest, which has no -O flag and will error.curl.exe -O https://makiai.app/os-assets/maki-remote-bridge.js node maki-remote-bridge.js ------
curl is the real curl.curl -O https://makiai.app/os-assets/maki-remote-bridge.js node maki-remote-bridge.js ------
--dirA1B2C3.
Type it bare: no quotes, no dashes, no angle brackets. It is the third word on the line,
the last thing on the line unless you add options. Once you tap
New code below, yours is filled into the command above already — just copy it.
--dir is optional. Leave it off and the bridge
finds your folder; add it to say exactly which one. Either way it is remembered — see
First: which folder? above.--dir keeps its folder after it.
--no-stream — live output is on by default now, so this
is only for making the answer arrive in one piece instead of as it is written.
Claude Code only either way — Codex has no equivalent and is unaffected.
--stream still works if it is in an older command you saved.--name "Studio PC" — what this computer is
called in Computers (the ⋯ menu), so you can pair several machines and switch between
them. Without it the bridge uses your computer's own hostname, which is fine but means three
machines can look alike.--stream if you are running Codex — it does
nothing there, and the bridge says so rather than failing.--dir here too if you want to name the folder
yourself — it can go anywhere after the pairing code.Ctrl-C, download again, then run it again.MAKI REMOTE BRIDGE (2026-08-28.4) machine : Studio PC stream : on (live output) mode : permission-mode autoIf the version is older than
2026-08-28.4 the download did not replace the file —
you are probably in a different folder from the one you saved it into. If the stream
line is missing, the flag did not register.