Ross ROSS = Recommend OSS · open-source software intelligence for agents

buildfoundation/mainframer

Tool for remote builds. Sync project to remote machine, execute command, sync back. observed · 2026-08-28

github.com/buildfoundation/mainframer · Rust · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3547
  • days_rel: n/a
  • days_push: 1029
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1756 stars · 171 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

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

cli-tool · maturity maintenance

cli developer-tools build-tool deployment developer-tools cli rust remote-build remote-execution file-sync ssh rsync offload-compute command-line devops linux macos

1 source

Member repositories

RepositoryRoleHealth v2
buildfoundation/mainframermain23

For agents

markdown · JSON · MCP: product_card(name="buildfoundation/mainframer")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem