LabCoat for GitLab

GitHub went down worldwide for nearly eight hours in August 2026. Pipelines, code reviews, and the mobile app that lives on top of them stopped working together. If most of your developer life is tied to GitHub Mobile, that outage was a reminder that “one host, one client” is not a great setup for people who fix things on the go. These seven GitHub Mobile alternatives cover GitLab, Codeberg, self-hosted Gitea, Bitbucket, and raw git-over-ssh — so an outage on one forge doesn’t take out your whole workflow.

Quick comparison

App Best for Free plan Standout feature
LabCoat for GitLab GitLab and self-hosted GitLab instances Free, open source Merge request review from the road
Codeberg Mobile Codeberg and Forgejo instances Free, open source Native Codeberg polish
Termux Any repo you can access via git Free, open source Full command-line git on Android
Working Copy Local repos and GitHub, GitLab, Bitbucket 5-repo free tier Full git on iOS, useful pointer for Android via cross-device
GitJournal Note-taking backed by any git repo Free, open source Markdown editor over Codeberg/GitLab
Pockit Read-only browsing across GitHub and GitLab Free tier Multi-account, multi-forge feed
Fig Issue tracking and merge review across forges Free trial One feed for GitHub, GitLab, Codeberg

Why people leave GitHub Mobile

One outage takes everything down. When GitHub’s core services go, so does GitHub Mobile. Any client that talks to only one forge inherits that forge’s downtime.

No self-hosted support. GitHub Mobile doesn’t authenticate against Gitea, Forgejo, or self-hosted GitLab. If your team is on Codeberg or a private forge, the app is empty.

Notification firehose. GitHub Mobile’s notification volume on active repos overwhelms the phone. Filtering is coarse — repo or team, not label or reviewer.

Read-only for many actions. Advanced code review (suggested changes, line-range comments on rebased commits) still redirects to the web.

The alternatives

LabCoat for GitLab — Best for GitLab users

LabCoat for GitLab is the strongest GitLab-first client on Android. It reads MRs, comments, pipeline status, and issue boards from GitLab.com and any self-hosted GitLab instance you can authenticate against. Merge-request review with per-line comments works on the phone.

Where it falls short: GitLab only. Occasional API rate-limit issues on very active projects. UI is functional rather than polished.

Pricing: Free, open source. vs GitHub Mobile: Same price, better for GitLab, doesn’t help if your team is on GitHub. Migrating from GitHub Mobile: Nothing to migrate — you’re pointing at a different forge. Watchlists rebuild fast because GitLab exposes them via API. Download: LabCoat on Google Play · LabCoat on Aptoide Bottom line: The pick if any of your work lives on GitLab.

Codeberg Mobile — Best for Codeberg and Forgejo

Codeberg Mobile targets Codeberg specifically but works against any Forgejo instance. Merge requests, issues, and repository browsing all work offline for repos you’ve viewed once. First-party polish is unusual for a community forge.

Where it falls short: Codeberg and Forgejo only. Push/pull actions defer to a separate git client. Small feature gap versus the Codeberg web UI on complex issue templates.

Pricing: Free, open source. vs GitHub Mobile: Same price, for a different ecosystem. Migrating from GitHub Mobile: Move repos to Codeberg first with the built-in importer, then this client sees them. Download: Codeberg Mobile on F-Droid Bottom line: The pick if you’re already on Codeberg or moving to a Forgejo instance.

Termux — Best for full command-line access

Termux puts a real Linux command line on Android. Install git, openssh, and a text editor (nano, vim, micro), and you can clone, branch, commit, push, and rebase from your phone against any repo you can reach — GitHub, GitLab, Codeberg, private git servers, whatever.

Where it falls short: Command line only. Play Store version froze at Android 6 support in 2024; get the up-to-date build from F-Droid. Steep learning curve for anyone who hasn’t used a terminal.

Pricing: Free, open source. vs GitHub Mobile: Same price, entirely different tool. Where the mobile app gives you a nice list of PRs, Termux gives you every git command that exists. Migrating from GitHub Mobile: Install, pkg install git openssh, generate an ssh key, copy the pubkey to your forge, clone. Download: Termux on F-Droid Bottom line: The pick for anyone who wants git itself, not a nice wrapper around it.

Working Copy — Best for a full git client (iOS pointer)

Working Copy on iOS is the reference full-git client on mobile. Android users can use it as an example of what to look for and pair it via SSH or a shared cloud folder. Because it works against any protocol git speaks, it’s forge-agnostic.

Where it falls short: iOS only. Android alternatives (MGit, Pocket Git) exist but haven’t kept up. Pricing: Free for 5 repos; $19.99 one-time unlocks unlimited. vs GitHub Mobile: Same-money-ish, entirely local repos and no forge lock-in. Migrating from GitHub Mobile: Clone with the URL of your choice; no forge account needed if you SSH. Download: Working Copy on App Store Bottom line: Include in your mental model of “what mobile git can be”, even if you use it on a shared iPad.

GitJournal — Best if notes and repos are the same thing

GitJournal is a markdown notebook that syncs via git. Point it at a GitHub repo, a GitLab repo, or a self-hosted forge, and every note becomes a commit. Great for developers whose day is half prose, half code.

Where it falls short: Note-oriented; not a general git client. Push/pull happens on save; expect merge prompts if you edit the same note on two devices. Pricing: Free, open source. vs GitHub Mobile: Same price, different job — a git-backed notebook is not a review client. Migrating from GitHub Mobile: Point at any repo you already have; it works with existing notes as-is. Download: GitJournal on Google Play Bottom line: The pick if your GitHub time on mobile is mostly notes-and-issues rather than diffs.

Pockit — Best cross-forge feed

Pockit stitches GitHub, GitLab, Bitbucket, and Codeberg into one activity feed. Notifications, mentions, and PR events land in a single inbox. Read-only, but that covers most catch-up-on-the-train use.

Where it falls short: Not a full client. Some features need OAuth against each forge individually. Pricing: Free tier with basic notification volume. Pro at $2.99/mo raises the cap. vs GitHub Mobile: Same price on free tier, wider forge support. Migrating from GitHub Mobile: Log in to each forge inside Pockit; watchlists port over. Download: Pockit on Google Play Bottom line: The pick for the “catch up on activity” job specifically.

Fig — Best cross-forge review client

Fig goes further than Pockit: it lets you comment, approve, and label across GitHub, GitLab, and Codeberg without switching apps. If you review pull requests during commutes, this is the closest thing to the GitHub Mobile experience but not tied to one host.

Where it falls short: Newer app, still filling gaps in code-suggestion review. Paid after trial. Pricing: 14-day trial. $4.99/mo or $39.99/year. vs GitHub Mobile: More features, more forges, paid. Migrating from GitHub Mobile: Sign into each forge with OAuth. The PR view is close enough that muscle memory transfers. Download: Fig on Google Play Bottom line: The pick if you actually review code on your phone and want more than one forge in the app.

How to choose

Pick LabCoat if GitLab is your main forge. Pick Codeberg Mobile if you’re on Codeberg or Forgejo. Pick Termux if you want git itself, not a wrapper. Pick GitJournal if the reason you open GitHub Mobile is to write notes. Pick Pockit to catch up on activity, and pair it with Fig if you also review PRs on mobile. Keep GitHub Mobile installed for GitHub-native features (Actions logs, Copilot chat) — just don’t rely on it as the only client.

FAQ

Can I use these when GitHub is down? Yes for the ones that talk to other forges. LabCoat, Codeberg Mobile, and Fig will still work against GitLab, Codeberg, or Bitbucket during a GitHub outage. Termux works with any repo you cached locally.

Is Termux really practical on a phone screen? Yes, once you set up a Bluetooth keyboard or use split-screen. Small commits, hotfixes, and rebases work fine. Real code editing is better done on a laptop.

Do these support 2FA? Every app on this list supports OAuth against modern forge 2FA. Termux relies on ssh keys.

Can I run GitHub Actions from these? Not directly. Actions logs are viewable via LabCoat’s GitLab CI equivalent, and via GitHub Mobile itself. No third-party Android app currently exposes Actions logs in full.

What if my team is on a self-hosted Gitea instance? Codeberg Mobile works against Forgejo (Gitea’s fork). For pure Gitea, GitNex is a solid choice too.