trackmcp
Back to directory
oye-collective

actvt-macos-releases

View on GitHub

Download ACTVT, A unified tool for MacOs and Remote Server Observability

2 starsOthers Updated Sep 4, 2026

Documentation

Actvt shows live CPU, GPU, memory and network for your Mac. It also reads the Claude Code and

Codex session transcripts already sitting on your disk, so you can search them, see what they

actually cost, and pick one back up where you left it.

It ships an embedded MCP server, so your agents can query the machine they are running on.

Download

**Download for Apple Silicon**. Requires macOS 15.5 or later.

The current release is 1.1.6. Updates are delivered in-app through the Sparkle appcast in

this repository.

What it does

System monitoring. CPU, GPU, memory and network with live graphs, usage breakdowns and

temperatures. History is persisted across restarts.

Agent sessions. One browser for every Claude Code, Codex and Claude Desktop session. Full

transcripts with thinking blocks and tool calls, outline navigation, search across everything,

and one-click resume back into your terminal. Sessions are tagged by where they started, so a

run in Ghostty is distinguishable from one in Cursor.

Cost and usage analytics. Total spend, token counts, cache hit ratio, spend by project,

tool usage, and a daily activity heatmap. Plan usage bars show how much of your Claude and

Codex quota is left and when it resets.

> Spend is calculated at API token pricing. On a flat-rate plan that figure is not your

> bill. It is what those tokens would have cost at API rates, which is a useful read on what

> you are getting out of the plan.

Remote sessions. Reach over SSH to other Macs and headless Linux boxes and fold their

sessions into the same timeline. Tailscale peers are discovered automatically. Install the

helper on each host with one command, no sudo required.

sh
curl -fsSL https://actvt.io/install-cli.sh | sh

Notifications. Get told when a session is waiting on your input, finishes, errors, runs

long, or crosses a cost threshold. Clicking a notification raises the exact terminal or editor

window that session lives in.

Sensitive data detection. Transcripts are scanned for emails, credentials, payment cards,

IDs and other sensitive spans. Every scan runs on-device and offline. Values are masked by

default.

Port manager. List every listening TCP port with the process behind it, and reclaim one

without leaving the app.

MCP server

Actvt embeds a Model Context Protocol server. One click connects it to your installed Claude

Code and Codex CLIs, after which your agents can ask Actvt about the machine they are running

on. The server is local and protected by an auth token.

GroupWhat agents can query
SystemCPU, GPU, memory, network, thermal pressure, uptime, and persisted history
PortsEvery listening port and its owning process. `port_kill` reclaims one. It refuses protected, system and AI-agent processes, and re-verifies the target before acting
Agent sessionsCost and token roll-ups, full-text transcript search, error-pattern triage, and resume cues. Remote-aware, so sessions on your other machines are visible too

A practical use is diagnosis. An agent can ask whether a slow session was the model thinking or

the Mac thermal-throttling, and get an answer grounded in what actually happened.

Raw transcripts stay behind an explicit opt-in, and detected sensitive data is masked.

Privacy

Actvt reads session files that are already on your machine and scans them locally. Sensitive

data detection runs entirely on-device with no network access. Remote sessions travel over your

own SSH connection, are held in memory while you read them, and are never written to the local

index. Plan usage bars read the quota your provider already reports using your CLI's own login,

and Actvt never modifies those credentials.

Pricing

Actvt is free to use. A 7-day trial unlocks everything.

FreeBasicPremium
System monitoring, ports, notifications, shortcuts
Agent session browser and transcriptsLast 72 hours30 daysFull history
On-device sensitive data detectionWithin windowWithin window
Remote sessions over SSH (up to 3 hosts)No
Custom Lottie menu bar iconsNo
Cost and token Overview, plan usage bars, GPU menu barNoNo
MCP server, system and port tools
MCP server, agent session toolsNoNo

Basic is a $9.99 one-time purchase. Premium is $7.99/month billed annually.

About this repository

This repository is the public release channel for Actvt. It hosts the Sparkle `appcast.xml`

that drives in-app updates, and `pricing.json`, the model pricing table Actvt uses to compute

session costs. The application itself is closed source and is not distributed here.

Found a bug or have a request? Open an issue.


Built by Oye Collective. Localized in English, French and German.

Frequently asked questions

What is actvt-macos-releases?

actvt-macos-releases is Download ACTVT, A unified tool for MacOs and Remote Server Observability

How do I install actvt-macos-releases?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is actvt-macos-releases open source?

Yes — it is hosted on GitHub at https://github.com/oye-collective/actvt-macos-releases and has 2 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP