# buildfoundation/mainframer

Tool for remote builds. Sync project to remote machine, execute command, sync back.

Repository: https://github.com/buildfoundation/mainframer
Canonical: https://ross.abutalabs.com/products/mainframer
Language: Rust
License: Apache-2.0
License Family: permissive
Topics: remote-build, sync-files, ssh, rsync, rust, mainframer
Last push: 2023-11-08T10:58:48+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3547, "days_push": 1029, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1756, forks 171 (observed 2026-08-28T04:05:32.217861+00:00)

## What it is
Mainframer is a CLI tool that executes a command on a remote machine while syncing project files back and forth over SSH. It offloads heavy operations like compilation from a local computer to a more powerful dedicated machine.

## Use cases
- run builds on a faster remote machine instead of my laptop
- offload compilation to a dedicated build server
- execute gradle builds remotely and sync results back
- run heavy batch processing or media encoding on another machine
- keep my laptop cool while builds run elsewhere

## When to choose
- you have access to a powerful remote machine and a slow local one
- your builds or batch jobs cause freezes or fan noise on your workstation
- you want a simple SSH/rsync-based remote execution tool without complex infrastructure

## When to avoid
- you need distributed CI/CD rather than a single remote machine
- your project files are too large for frequent rsync round-trips
- you need active development support - the 3.x Rust rewrite is still in progress and the project sees limited activity

## Facets
- artifact type: cli-tool
- maturity: maintenance
- function: cli, developer-tools, build-tool, deployment
- domain: developer-tools
- platform: cli, rust
- tags: remote-build, remote-execution, file-sync, ssh, rsync, offload-compute, command-line, devops, linux, macos

## Member repositories
- buildfoundation/mainframer (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:32.217861+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:27:51.248903+00:00, confidence not recorded.
  - readme: https://github.com/buildfoundation/mainframer (fetched 2026-08-28T04:05:32.217861+00:00, sha f0342ee4ad57)
- Data as of 2026-08-30T08:39:29.467469+00:00.
