Repair shops & power users:
one USB bench for every phone.

Download PhoneForge on your computer, plug in a phone via USB, and control it from localhost:8742. This website handles accounts and billing — photos, messages, and files never leave your machine.

Android + iOS USB Connected Local-First Private & Local Secure HTTPS Bench Reports Screen Mirror Repair Shop Ready
2 platforms
One dashboard
$5/mo
Full Pro access
0 uploads
Data stays local
Local USB
Your computer

Download for your computer

PhoneForge runs on the Mac or PC where your phone plugs in. Pick your OS — each download is a double-click app that installs on first run, starts the server, and opens localhost:8742/d in your browser.

🍎

macOS

Open the .dmg, drag to Applications, double-click PhoneForge. No Terminal.

Download .dmg

Or download .app (zip)

🪟

Windows

Unzip the download, then double-click PhoneForge.vbs. Needs Python 3.8+ (Add to PATH).

Download for Windows

Windows setup steps

🐧

Linux

Unzip, make PhoneForge executable, then double-click or run ./PhoneForge.

Download for Linux

Linux setup steps

Full install page: phoneforge.net/install.html

What is PhoneForge?

PhoneForge is a USB bench dashboard for Android and iPhone. Download the app on the computer with the cable, sign in with your cloud account, and manage devices from your browser — device info, apps, files, settings (Android), screen mirror, bench reports, and more. Data stays local.

📱 Device Dashboard

Live battery, storage, RAM, model info, and a phone preview that updates in real time.

🔗 Device Accounts

View linked accounts and WiFi networks on your device. Clear reporting on what your phone allows over USB.

⚙️ Settings Control

Toggle WiFi, Bluetooth, brightness, volume, and edit system settings — on Android. View-only on iOS.

📦 App Manager

Browse all installed apps, launch or uninstall user apps (Android), view versions and bundle IDs.

📁 File Browser

Navigate phone storage, browse photos and downloads directly from your laptop.

🛠 Power Tools

Screenshots, reboot, shutdown, remote text input, and URL launching.

📺 Screen Mirror

Low-FPS live preview in the browser — enough to verify UI state during repairs or parent checks.

📋 Bench Reports

One-click HTML diagnostic reports with battery, storage, apps, and notifications — hand to customers or QA.

🏷 Device Nicknames

Label vault phones ("Sarah's iPhone", "Ticket #4421") with repair notes stored in your account.

PhoneForge vs. scattered ADB tools

Stop juggling command-line ADB, iTunes, and file browsers. PhoneForge is the bench dashboard repair shops and families actually open in a browser.

CapabilityRaw ADB / iTunesPhoneForge
Browser dashboard❌ CLI / iTunes onlylocalhost:8742 (+ optional --public tunnel)
Multi-phone vault❌ Manual serials✅ Nicknames, notes, limits per plan
Bench HTML report❌ DIY scripts✅ One click
Screen mirror in browser❌ Extra apps✅ Built-in (~1 FPS)
Android notifications⚠️ dumpsys hacks✅ Parsed panel
Scheduled reboot/backup❌ cron + scripts✅ In-dashboard scheduler
iOS + Android unified❌ Separate tools✅ One UI

🎬 Demo

Screen mirror, bench reports, and notification panels are live in the dashboard under Bench. Download for your OS, double-click the launcher, plug in a phone, and open localhost:8742/d.

Honest Limitations

We don't overpromise. Here's exactly what PhoneForge can and cannot do — by platform and by Apple's/Android's security rules.

🤖 Android (with USB Debugging)

  • Full device info, settings control, app management
  • WiFi password retrieval (varies by Android version)
  • Screenshots, reboot, file browsing, text input
  • App/website passwords are NOT accessible (encrypted vault)
  • Requires Developer Options + USB Debugging enabled

🍎 iPhone (with Trust enabled)

  • Device info, installed apps, linked Apple ID
  • Reboot, shutdown, limited file access (AFC)
  • Screenshots require Developer Mode (iOS 17+)
  • Cannot change WiFi, brightness, or most settings
  • Keychain passwords permanently locked by Apple
  • No jailbreak required — works on stock iOS

🔒 Why we can't show app passwords

Both Google and Apple store website/app passwords in hardware-encrypted vaults. No legitimate USB tool can read them — and any tool claiming otherwise is lying or requires a jailbreak/root. PhoneForge shows you everything that's actually accessible and explains what's locked.

Setup Guide

PhoneForge runs on one computer — where the USB cable plugs in. Sign up here, download the app, start it locally, then open localhost:8742/d in your browser.

🌐

phoneforge.net

Accounts, billing, download, docs — always online. Sign up from any browser.

🖥️

Your USB computer

Download PhoneForge for Mac, Windows, or Linux. Double-click the launcher, plug in the phone.

🔗

Your dashboard link

Bookmark on USB PC: http://localhost:8742/d

Choose your OS →

1 Sign up
3 Double-click launcher
4 Plug in phone
5 Open localhost:8742/d

Install on your computer (where the phone plugs in)

“USB computer” = the Mac or PC with the USB cable attached to the phone — not phoneforge.net. If you plug your phone into this Mac, this Mac is your USB computer. Requires Python 3.8+. Pick your OS:

  1. Download PhoneForge-mac.dmg (or .app zip).
  2. Open the .dmg and drag PhoneForge to Applications.
  3. Double-click PhoneForge in Applications. First launch runs one-time install (1–2 min), then opens your browser.
  4. Requires Python 3.8+ on your Mac (python3 --version in Terminal). macOS usually includes it.
  5. Bookmark http://localhost:8742/d on the USB computer — each user’s link points at their own machine.
  6. Android on Mac: install ADB with brew install android-platform-tools (optional if you only use iPhone).
  7. iPhone on Mac: plug in, unlock, tap Trust This Computer. iOS works out of the box on macOS.
  8. Advanced: unzip PhoneForge.zip and run python3 phoneforge.py install then python3 phoneforge.py start in Terminal.
  1. Download PhoneForge-Windows.zip and unzip (e.g. Desktop).
  2. Install Python 3.8+ from python.org — check “Add python.exe to PATH”.
  3. Double-click PhoneForge.vbs inside the unzipped PhoneForge folder. First run installs dependencies (1–2 min), then opens your browser.
  4. Keep PhoneForge running while your phone is plugged in. Logs: %LOCALAPPDATA%\PhoneForge\
  5. Bookmark http://localhost:8742/d in your browser.
  6. Android: install Android Platform Tools and add adb to your PATH.
  7. iPhone: install iTunes or Apple Devices app so Windows can see the phone over USB. Full iOS features work best on Mac.
  8. Advanced: run python phoneforge.py install then python phoneforge.py start in PowerShell, or use launch.bat.
  1. Install dependencies (Debian/Ubuntu example):
    sudo apt update && sudo apt install -y python3 python3-pip lsof android-tools-adb
  2. Download PhoneForge-Linux.zip and unzip.
  3. Make the launcher executable:
    chmod +x PhoneForge
    Or right-click → Properties → Permissions → Allow executing.
  4. Double-click PhoneForge (or run ./PhoneForge). First launch installs dependencies, then opens your browser.
  5. Bookmark http://localhost:8742/d. Logs: ~/.local/share/PhoneForge/logs/
  6. iPhone on Linux: limited — Android is fully supported. Use a Mac for best iOS experience.
  7. Advanced: run python3 phoneforge.py install then python3 phoneforge.py start, or use ./launch.sh.

📋 Script reference

CommandWhat it doesWhen to use
phoneforge.py installInstalls Python deps + cloudflared tunnelOnce per computer
phoneforge.py startStarts server locally onlySame-network access, no public URL
phoneforge.py start --publicOptional tunnel to your USB PC from elsewhereAdvanced — not required for normal use
phoneforge.py statusShows if server is running and your linksTroubleshooting
./launch.shSame as start (Mac/Linux)Shortcut
./expose.shSame as start --public (Mac/Linux)Shortcut

Phone setup

🤖 Android

  1. Settings → About Phone → tap Build Number 7 times
  2. Settings → Developer Options → enable USB Debugging
  3. Plug in USB cable → choose File Transfer mode
  4. On phone, tap Allow when the RSA fingerprint prompt appears

🍎 iPhone

  1. Plug in with USB cable and unlock your phone
  2. Tap Trust This Computer → enter passcode
  3. Keep phone on home screen while connected
  4. For screenshots (iOS 17+): Settings → Privacy & Security → Developer Mode

FAQ

How do I download PhoneForge?

Go to phoneforge.net/#download or install.html and pick your OS: Mac .dmg, Windows zip (double-click PhoneForge.vbs), or Linux zip (double-click PhoneForge). Each launcher installs on first run and opens localhost:8742/d.

Do I need to install PhoneForge on every computer?

Only on the computer where the phone plugs in via USB. Sign up and log in work from any browser on phoneforge.net — no install needed for that. Each user runs PhoneForge on their own PC or Mac; your phone never connects through someone else’s laptop.

What’s the difference between launch.sh and expose.sh?

launch.sh (or start) runs PhoneForge locally at localhost:8742. expose.sh (or start --public) does that plus creates a free HTTPS link so you can open the dashboard from another phone or PC. Use --public unless you only need same-WiFi access.

What is the official website URL?

https://phoneforge.net is the public site (accounts, pricing, docs). Your personal dashboard is always localhost:8742/d on the machine with the USB cable — install and run PhoneForge there after you sign up.

Login says “request failed” — what do I do?

Login uses the cloud API at https://api.phoneforge.net — not your laptop. If login fails, the API may still be starting up; wait a minute and hard-refresh (Cmd+Shift+R). You do not need PhoneForge running locally to create an account. After login, install PhoneForge on your USB computer to control a phone.

Are WiFi passwords saved to my account?

No. WiFi data is read live from the phone plugged into the USB computer. It is never stored on our servers or synced across your browsers.

Can I log in on multiple devices at once?

Yes. Each browser keeps its own session. Log in on your laptop, phone, and tablet — all can view the dashboard while PhoneForge runs on the USB computer.

PhoneForge stopped — what now?

PhoneForge stops when you quit the launcher or close its background process on your USB computer. Double-click the app again (Mac/Windows/Linux) or run python3 phoneforge.py start. Your cloud account is unchanged.

Can I customize the look and feel?

Yes — click the ⚙️ button in the nav or dashboard to open Preferences. Choose dark/light/system theme, accent colors, font size, auto-refresh interval, privacy options, and more. Settings are saved in your browser.

Why pay for PhoneForge?

Free tools scatter ADB commands, iOS utilities, and file browsers across a dozen apps. PhoneForge unifies everything in one polished dashboard — with remote access, multi-device support, and honest security reporting.

⏱️

Save hours every week

Manage battery, storage, apps, files, and settings from your laptop keyboard. Stop picking up your phone for every small task.

Productivity
🌐

Control from anywhere

Phone stays plugged into your home computer. You open the dashboard from work, a tablet, or another PC — no reinstall on those devices.

Remote access
📱

Multiple phones, one account

Pro supports 1 registered device. Premium supports up to 10 — perfect for families, testers, resellers, or anyone with a phone fleet.

Multi-device
🔒

No cloud data harvesting

Unlike shady phone spy tools, PhoneForge runs on your computer. Photos, messages, and files never upload to our servers.

Privacy-first
🛠️

Power tools included

Screenshots, reboot, shutdown, remote typing, URL launch, WiFi visibility, app management — all in one place, both Android and iOS.

Pro toolkit
📊

Activity & accountability

See who logged in, from which machine, and when phones were connected. Know exactly what's happening on your account.

Audit trail

Less than a coffee per month

Pro starts at $5/month — or $50 lifetime (pay once, use forever). Premium at $10/month unlocks 10 phones for power users and families.

Compare that to juggling separate ADB tools, iOS backup utilities, and remote desktop workarounds — PhoneForge pays for itself the first time you use it.

  • Unified Android + iPhone dashboard
  • Browser access from any device
  • Honest limits — we tell you what's locked
  • Lifetime option — no subscription trap
  • Stripe billing — cancel anytime
  • Deep customization — themes, accents, layout

Built for real workflows

👨‍👩‍👧

Parents

Check kids' phone storage, apps, and battery from your laptop while devices charge overnight.

🔧

Repair shops

Run diagnostics, screenshots, and app audits on customer phones without a pile of separate tools.

🧪

App testers

Premium's 10-device vault lets you rotate test phones and monitor all of them from one dashboard.

🏠

Remote workers

Leave your phone plugged in at home. Check messages, files, and status from your office browser.

📸

Content creators

Grab screenshots, browse camera rolls, and manage storage without interrupting your workflow.

🔐

Security-conscious users

See which WiFi networks and accounts are on a device — with clear reporting on what USB can and can't access.

PhoneForge vs. the alternatives

FeaturePhoneForgeRaw ADB / scattered tools
Android + iOS in one UI✓ Yes✗ Separate tools
Browser dashboard✓ Any device✗ Terminal only
Remote access✓ Built-in tunnel✗ Manual setup
Multi-phone accounts✓ 1 or 10 phones✗ One at a time
Activity log✓ Login audit✗ None
Data stays local✓ On your PC✓ Usually
Polished UI + themes✓ Full customization✗ CLI / ugly
Honest security limits✓ Transparent✗ Often overpromise
Finally one dashboard for both my Pixel and my kid's iPhone. I check storage and apps from my laptop while they sleep.— Parent / Pro user
Premium's 10-device limit is perfect for our test lab. Way cheaper than building this ourselves.— QA team lead
I paid for lifetime in minutes. No subscription, full access, and my data never leaves my Mac.— Privacy-focused developer

Pricing

Every plan includes full dashboard access — device control, apps, files, credentials, power tools, remote browser login, and unlimited customization. Pick how many phones you need.

Every new account includes a 7-day free trial — full Pro access, no card required at signup.

PhoneForge Pro

Standard access · 1 device

Monthly

$5
per month
  • Full dashboard + power tools
  • Android + iOS in one UI
  • Remote browser access
  • WiFi & account visibility
  • 1 registered phone
  • Themes & full customization
  • Cancel anytime

Lifetime

$50
one-time payment
  • Forever access
  • All future updates
  • Log in from any device
  • 1 registered phone
  • Never pay again

PhoneForge Premium

Everything in Pro · up to 10 devices · double the price

Monthly

$10
per month
  • Everything in Pro
  • 10 registered phones
  • Ideal for families & QA labs
  • Activity log & audit trail
  • Priority feature updates
  • Remote access for whole team
  • Cancel anytime

Lifetime

$100
one-time payment
  • Forever Premium access
  • All future updates
  • Unlimited registered phones
  • Remove & swap devices anytime
  • Log in from any device
  • Never pay again

🌐 Your account, anywhere

Sign in from any browser on any computer or phone — no install on those devices. PhoneForge only needs to run on the one machine with the USB cable. That computer runs the app; everyone else just opens your dashboard link.

Pro supports 1 registered phone. Premium supports up to 10. Your activity log shows recent logins and device connections.

Secure & trustworthy

PhoneForge is served at https://phoneforge.net with HTTPS encryption via Cloudflare. Your account password is hashed on our server; phone data (photos, messages, files) never leaves the USB computer.

Build trust with your users: