mrkeyoor.com_
Tue 11 Aug 17:06 UTC
Self-Hostedevaluationupdated 11 Aug 2026

macro

Macro is an open-source team workspace that puts Gmail, chat, documents, tasks, calls, files, CRM records, and AI agents in one interface. It solves the fragmentation created when a team's conversations and decisions are split across several apps, then gives people and agents a shared graph of links and searchable context.

Verdict

Macro is one of the more coherent attempts to make a team's work legible to both people and agents, and its bidirectional links are a better foundation than another set of shallow integrations. The hosted service is the practical choice for most interested teams; self-hosting currently demands serious engineering and concessions around integrations. Trial it if your company is ready to consolidate tools, but do not migrate until Gmail-only mail, GitHub-first development, and the AGPL fit your actual constraints.

Setup2/5Easy hosted trial, but a large and demanding self-hosted stack
Docs4/5Clear product, local stack, MCP, licensing, and contribution guides
Community3/5Fast maintainer activity, with a young external contributor base
Maturity3/5Daily-use product with broad scope and uneven self-host readiness

Who it’s for

Small technical companies willing to replace several collaboration tools with one opinionated workspace.
Gmail and Google Workspace teams that want email, tasks, customer records, and internal chat connected by shared links.
Organizations that want agents to search and act across team context through a remote MCP endpoint.
Experienced infrastructure teams that value AGPL source access enough to operate a large Rust and SolidJS system.

Who it’s NOT for

Outlook or custom IMAP and SMTP teams: the getting-started guide says Macro currently syncs Gmail and Google Workspace, while other mail support is only planned.
Self-hosters expecting a polished one-container install: the FAQ says self-hosting was not the primary focus as of June 2026, and the stack includes 42 deployable services plus licensed dependencies that must be maintained or disabled.
GitLab-centered engineering teams that need native repository workflows now: GitLab support, including self-hosted GitLab, remains an open feature request.
Teams that require local or custom OpenAI-compatible model endpoints today: issue #4795 requests that capability and is labeled planned, so it is not an available self-hosting guarantee.
Companies building closed-source derivatives without a separate agreement: AGPLv3 requires compatible source sharing, and Macro directs incompatible commercial use to paid licensing.

Setup reality

The hosted app is the sensible evaluation path: create an account, connect Gmail or Google Workspace, learn the keyboard controls, and invite a team. Self-hosting is a different class of project. The preferred local path needs Nix, Docker Compose, Rust, Zig, Bun, sqlx, and either Doppler access or a hand-built environment file; just run_local then starts infrastructure, backend services, a proxy, and the front end. Production operators must also replace or license services such as LiveKit, FusionAuth, and PostHog, and arrange their own Google and GitHub integration approvals.

One workspace instead of another integration layer

Macro combines email, channels, documents, tasks, files, calls, customer records, and agents in one application. That sounds like the usual all-in-one sales pitch until you reach its central design choice: every object can link to another object in both directions. A task created from a customer email retains that origin, a document can mention the task, and a pull request can complete the chain. Permissions follow channels, so linked material shared in a channel becomes available to its members.

This shared graph is the reason to consider Macro. Most collaboration suites put products beside one another and add search later. Macro uses the same backend and linking system across purpose-built surfaces. The goal is not merely fewer tabs. It is a record that can answer why work exists and give an agent enough context to act without separately searching email, chat, notes, and a tracker.

The hosted product is the real starting point

Macro's getting-started guide estimates about 15 minutes to connect an account and learn the core workflow. That is credible for a trial. Connect Gmail or Google Workspace, use the unified inbox, create a team and channel, then ask the built-in agent about workspace material. The browser application and an iOS client cover normal use, and keyboard shortcuts are treated as a primary interface rather than decoration.

Mail support is a meaningful boundary. Macro is an email client, not a server, and it currently integrates with Google mail. The documentation calls Outlook and custom IMAP or SMTP support planned. A company standardized on Microsoft 365 cannot evaluate the complete proposition yet. GitHub pull requests integrate with tasks and channels, but GitLab support is still an open feature request. Those are not minor connector gaps when mail and engineering context are central to the product's promised value.

Agents get unusually broad context

Macro refreshes shared team memory from messages, emails, completed work, documents, and calls. That memory is stored as Markdown and can be exported or manually corrected. Agents also receive a tool surface with broad coverage of actions available in the interface, so they can retrieve source objects or create work instead of relying only on a nightly summary. Users can select models from several providers.

The remote MCP server makes the same workspace available to outside clients. The docs provide one command for Claude Code and another for Codex, followed by browser OAuth. MCP access is available on every hosted plan and does not require a local helper process. This is a strong bridge between a team system and coding agents because a task can preserve its related email, discussion, document, and pull request.

Compatibility is still moving. Issue #5519 reports that Macro's protected-resource metadata omitted a required field from RFC 9728, preventing strict MCP clients from completing OAuth discovery. The report identifies the current endpoints and implementation involved, but it remains a reason to test the exact client you intend to deploy. Another planned issue requests credentials or custom headers for connecting MCP servers that do not use OAuth. Macro's own MCP endpoint is useful now; every external MCP arrangement is not automatically covered.

Self-hosting is source access, not an appliance

The repository is genuinely open source under AGPLv3, rather than an open-core shell. That gives operators auditability and the right to run the system, with copyleft obligations for derivative network services. Organizations that need an incompatible closed-source derivative must arrange another license.

Running the full application is substantial. The repository lists 42 deployable services and 167 Rust libraries, alongside a SolidJS client, shared TypeScript packages, Pulumi infrastructure, Docker definitions, and Nix inputs. The preferred development shell supplies Rust, Bun, Zig, cargo-zigbuild, and sqlx. Docker Compose runs local infrastructure, while Doppler normally provides configuration. A local environment file can replace Doppler, but the operator must know what to put in it.

The local command does reduce friction by starting services, the proxy, and front end together. Named instances, health output, cached infrastructure initialization, and headless stack commands show thoughtful internal tooling. There is an explicit rough edge: auxiliary Docker-built services can remain stale unless the stack is started with a rebuild flag. This setup is designed for contributors working in a large monorepo, not casual home-server deployment.

The FAQ is candid that self-hosting was not the primary focus as of June 2026. The hosted system has Apple, Google Mail, and GitHub approvals and uses services including LiveKit, FusionAuth, and PostHog. A self-hoster must maintain licenses for those dependencies or disable them, then own deployment, secrets, storage, email integration, authentication, updates, and recovery. The maintainers hope to improve this area, but that aspiration is not a present installer.

Health and the decision

Development is intense. The repository was pushed on August 11, 2026, one day after release v2026.8.10.0. That release included changes across calendar, email, calls, reminders, GitHub, search, MCP, desktop login, iOS authentication, and infrastructure. GitHub showed 53 open issues and pull requests, while the issue-only search found nine open issues. This is a young public repository with a working product and rapid releases, not a settled platform with slow compatibility cycles.

Macro is most compelling for a small, technical, Google-based company that can actually consolidate its tools. Its common graph gives agents better raw material and gives humans an auditable path from conversation to delivery. Start with hosted Macro and run a real project before considering migration. Choose self-hosting only if your team is prepared to operate the architecture it can see in the source, not because the presence of an AGPL license makes deployment simple.

Alternatives

ProjectWhat it isPick it when
MattermostA self-hostable collaboration platform centered on secure messaging and developer workflows.pick this instead when controlled team messaging is the main requirement and replacing email, CRM, and documents is not.
PlaneAn open-source project management system for issues, cycles, modules, and product work.pick this instead when structured planning is the priority and you want to keep existing mail and chat tools.
OdooA broad open-source business application suite covering CRM and many operational functions.pick this instead when business modules and process depth matter more than a keyboard-first technical team workspace.

What people are saying

  1. [github-trending] macro-inc/macro

Sources

  1. Macro repository and README
  2. Macro FAQ
  3. Running Macro locally
  4. Macro MCP setup
  5. Macro release v2026.8.10.0
  6. GitLab support request #5561
  7. MCP protected resource metadata issue #5519