Screen
Continuous frame capture of the display, indexed so any instant on the timeline resolves to the exact frame on screen.
ENDPOINT RECORDER
taiku observer is a small agent that records what a machine is doing — screen, input, processes, network and devices — and lands every event on one precise timeline. Scrub any moment later, or watch it live from the hosted dashboard.
Each capture stream is stamped against a single master clock, so a keypress, the process it launched, and the frame where it happened line up to the millisecond — no guesswork across logs.
Continuous frame capture of the display, indexed so any instant on the timeline resolves to the exact frame on screen.
Keyboard and mouse activity metadata — timing, position, key identity. Not a keylogger: typed content is never recorded.
Process starts and exits, plus network flows attributed to the process that made them — who ran, when, and what it talked to.
USB and peripheral plug/unplug events, so hardware changes sit on the same timeline as everything else.
Runs quietly as an always-on service with rotating segments and retention caps. Audio capture exists but is strictly opt-in. Any stream missing a permission degrades gracefully instead of failing.
Pair a device once and it reports to your dashboard — watch it live, or scrub back through recorded sessions.
Signed builds for every platform. Grab the installer for a managed always-on setup, or the bare archive to run it yourself.
| Platform | Archive | Installer |
|---|---|---|
| macOS Apple Silicon | taiku-observer-aarch64-apple-darwin.tar.gz | .pkg |
| macOS Intel | taiku-observer-x86_64-apple-darwin.tar.gz | .pkg |
| Linux x86_64 | taiku-observer-x86_64-unknown-linux-musl.tar.gz | .deb / .AppImage |
| Linux ARM64 | taiku-observer-aarch64-unknown-linux-musl.tar.gz | .deb / .AppImage |
| Windows x64 | taiku-observer-x86_64-pc-windows-msvc.zip | .msi |
SHA-256 checksums for every build are published alongside the artifacts in the release manifest.
Unpack, pair the device to your dashboard, start recording.
# or run the .pkg installer and skip straight to pairing
tar xzf taiku-observer-aarch64-apple-darwin.tar.gz
./taiku-observer pair # link this device to your dashboard
./taiku-observer service # start recording
# or install the .deb / run the AppImage
tar xzf taiku-observer-x86_64-unknown-linux-musl.tar.gz
./taiku-observer pair # link this device to your dashboard
./taiku-observer service # start recording
# PowerShell — or run the .msi installer and skip straight to pairing
Expand-Archive taiku-observer-x86_64-pc-windows-msvc.zip
cd taiku-observer-x86_64-pc-windows-msvc
.\taiku-observer.exe pair # link this device to your dashboard
.\taiku-observer.exe service # start recording
pair prints a short code to approve in the dashboard —
the agent never sees your password. Capture streams that need an OS
permission ask once and simply stay off until granted.