https://github.com/realityripple/pale-moon
Pale Moon Release Branch Clone
https://github.com/realityripple/pale-moon
browser gecko goanna pale-moon uxp web-browser webbrowser xul
Last synced: 11 months ago
JSON representation
Pale Moon Release Branch Clone
- Host: GitHub
- URL: https://github.com/realityripple/pale-moon
- Owner: RealityRipple
- License: other
- Created: 2022-04-12T19:24:49.000Z (about 4 years ago)
- Default Branch: release
- Last Pushed: 2025-07-28T18:46:09.000Z (11 months ago)
- Last Synced: 2025-07-28T19:07:00.642Z (11 months ago)
- Topics: browser, gecko, goanna, pale-moon, uxp, web-browser, webbrowser, xul
- Language: JavaScript
- Homepage: https://repo.palemoon.org/MoonchildProductions/Pale-Moon/
- Size: 273 MB
- Stars: 10
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
# Pale Moon web browser
This is the source code for the Pale Moon web browser, an independent browser derived from Firefox/Mozilla community code. The source tree is
laid out in a "comm-central" style configuration where only the code specific to Pale Moon is kept in this repository.
The shared Unified XUL Platform source code is referenced here as a git submodule contained in the `platform/` directory and is required to build the application.
## Getting the platform sub-module
`git submodule init && git submodule update`
## Resources
* [Build Pale Moon for Windows](https://developer.palemoon.org/build/windows/)
* [Build Pale Moon for Linux](https://developer.palemoon.org/build/linux/)
* [Pale Moon home page](http://www.palemoon.org/)
* [Code of Conduct, Contributing, and UXP Coding style](https://repo.palemoon.org/MoonchildProductions/UXP/src/branch/master/docs)