Skip to content

mob

Fast git handover for remote pair/mob programming

Switch to a separate branch with mob start and handover to the next person with mob next. Repeat. When you’re done, get your changes into the staging area of the main branch with mob done and commit them.

dev

https://mob.sh/

amd64

Installation

1. Add WakeMeOps repository

curl -sSL https://raw.githubusercontent.com/upciti/wakemeops/main/assets/install_repository | sudo bash

2. Install mob

sudo apt install mob

Snippets

FROM wakemeops/minideb:bullseye

RUN install_packages \
    mob=5.4.0*

USER 1001
- name: Install dependencies
  uses: upciti/wakemeops-action@v1
  with:
    packages: |
      mob=5.4.0*

Download URLs

Version SHA256 Size (KB)
5.4.0 554a767bd097d4330b285a77447313ccbe2497635a38e7b53a4975d4de1ac73e 1895

Blueprints

Debian packages listed on this page are generated from op2deb YAML blueprints. Blueprints for mob are versioned here.

Click here to see mob ops2deb blueprints
https://github.com/upciti/wakemeops/blob/main/blueprints/dev/mob/ops2deb.yml
name: mob
matrix:
  architectures:
    - amd64
  versions:
    - 5.4.0
homepage: https://mob.sh/
summary: Fast git handover for remote pair/mob programming
description: |-
  Switch to a separate branch with mob start and handover to the next person with
  mob next. Repeat. When you’re done, get your changes into the staging area of
  the main branch with mob done and commit them.
fetch: https://github.com/remotemobprogramming/mob/releases/download/v{{version}}/mob_v{{version}}_linux_{{arch}}.tar.gz
install:
  - mob:/usr/bin

The blueprint fetch keyword contains a URL template pointing to mob releases. Downloaded files are locked in a lockfile versioned here.

Click here to see mob release hashes
https://github.com/upciti/wakemeops/blob/main/blueprints/dev/mob/ops2deb.lock.yml
- url: https://github.com/remotemobprogramming/mob/releases/download/v5.4.0/mob_v5.4.0_linux_amd64.tar.gz
  sha256: 2807c8c2d2e46becb3b172733f8a1dece90308639cf9c4b2e345ddd529faaec1
  timestamp: 2025-04-25 14:16:59+00:00

Badge

WakeMeOps

[![WakeMeOps](https://docs.wakemeops.com/badges/mob.svg)](https://docs.wakemeops.com/packages/mob)
<a href="https://docs.wakemeops.com/packages/mob">
  <img src="https://docs.wakemeops.com/badges/mob.svg"/>
</a>
.. image:: https://docs.wakemeops.com/badges/mob.svg
:target: https://docs.wakemeops.com/packages/mob