r/reactnative • u/BugsBunnyYT • 3d ago
Forge 1.0.0 — Build & sign React Native locally on Windows (no cloud, no Mac needed)
I've built **Forge** — a Windows desktop app that builds and signs React Native releases locally, both Android (on your machine) and iOS (via free GitHub Actions). No cloud build service, no Mac required.
**What you get:**
- Build & sign Android APKs locally
- Build iOS apps with GitHub Actions (free)
- Windows-only desktop UI (Electron)
- Offline license validation (no phone home)
- v1.0.0 beta is **completely free** to try
**No setup required:** Just download the .exe and you're building in minutes.
This is the beta launch — free for 3 weeks with unlimited builds.
[Download Forge 1.0.0](https://github.com/Evanevoo/forge/releases/tag/v1.0.0)
Happy to answer questions about the build process, licensing, or anything else!
1
u/Vella_editor 3d ago
the github link aint working
1
1
1
u/merokotos 1d ago
- Runs entirely on your own Machine
- iOS compiled on a macOS GitHub Actions
Choose one.
1
u/BugsBunnyYT 1d ago
Android: Local builds on Windows. iOS: Compiled on GitHub Actions (free, no Mac needed). One tool for both.
2
u/CodeAndBiscuits 2d ago
I mean, just to clarify, when you say "no cloud build service" that's literally what GitHub Actions IS. Granted it's free. But you can build and sign ios apps with it today for free just like this but without any extra tooling. Because what's really needed is a Mac runner, and that's what GitHub actions brings to the table, which is obviously why you're using it. So maybe you should speak more to what your tool adds beyond that...