This is a PROOF OF CONCEPT. It DOES not work right now. I am not, and will not promise a working date, when I will update it, etc. It's open so anybody can contribute. Currently, I'm uploading user generated files such as configure for the simple reason that I don't know autoconf well enough to make the needed changes in the right files. To get on the path of building: copy mozcfg-armv7-w64-mingw32 to .mozconfig, then run ./mach build. It WILL error out. Also, this ONLY targets armv7-w64-mingw32. Other platforms are NOT guaranteed to continue to build! The point of this being in its own repository is so it builds for the specific target!
Currently it reaches to a point of the compilation where armv7-w64-mingw32-ld is not found, the output is something like this:
16:24.82 ld.lld: error: could not open 'armv7-w64-mingw32-ld': No such file or directory
16:24.82 clang-14: error: linker command failed with exit code 1 (use -v to see invocation)
16:24.82 gmake[7]: *** [../../../coreconf/rules.mk:291: /home/ricol03/Arctic-Fox/obj-armv7-arctic-fox/security/nss/lib/ckfw/builtins/nssckbi.dll] Error 1
16:24.82 gmake[6]: *** [../../coreconf/rules.mk:78: libs] Error 2
16:24.82 gmake[5]: *** [Makefile:464: libs-nss/lib/ckfw] Error 2
16:24.82 gmake[4]: *** [/home/ricol03/Arctic-Fox/config/recurse.mk:71: config/external/nss/target] Error 2
16:24.82 gmake[4]: *** Waiting for unfinished jobs....
Even though the executable is on the expected folder, the $PATH variable is correct, and even trying different ld executables doesn't seem to make it carry on. To get the exact environment that was used to compile this, make sure to get MXE, and run the make cc, make mingw-contrib and make icu4c commands from the MXE's root directory. You should be good to go.
Arctic Fox started as a forked and rebranded Pale Moon 27.9.4 and retains its classic interface. Many fixes and enhancements have been imported from Firefox and TenFourFox.
Arctic Fox aims to be a desktop oriented browser with phone support removed, or no longer updated in the tree. Android has been axed, iOS is lingering.
The goal is to implement specific security updates and bug fixes to keep this browser as up to date as possible for aging systems. Examples would be Mac OSX 10.6-10.11, PowerPC's running Linux, Windows XP, etc.
Arctic Fox will build for Mac OS X 10.6 and up, Windows XP, i386/x86_64/PowerPC-BE, MIPS-el, ARM on Linux, and more than likely any other Unix/BSD varient. Ideally, we'd like to get it working on PowerPC 10.5 as well. An older very unofficial 27.9.15 build can be found here: Arctic Fox for 10.4/10.5
Compared to PaleMoon 27 some major changes:
- ARM support has been reinstantiated, including JIT!
- MIPS support reinstantiated, too (less tested and only on Little Endian)
- WebRTC has been reinstantiated
- vast improvement in compiler support, up to gcc 13
With enough swap, 1.2GB of RAM are the absolute minimum tested, 1.5GB is acceptable, 2GB is comfortable, 4GB is recommended. For some tricks, read below.
- To build on MacOSX:
- Requires OS X 10.6 as a minimum build environment.
- Install xcode, command line tools and macports.
- Install these via macports:
- sudo port -v install autoconf213 python27 libidl ccache yasm clang-3.7 (clang-3.7 is the minimum known to work).
- Extract source archive somewhere convenient.
- Add a sane .mozconfig (i've included some samples).
- From the source directory type: ./mach build
- If it builds (takes about 1 hour on a core2duo) test it with: ./mach run
- Now package it: ./mach package
- The built package will be in /obj_blah_blah/dist
If you are under memory pressure, try:
- use -g0 in your optimization flags (removes debug information, greatly reducing file sizes)
- translation support through translations services
- social panel
- Android support
- metro support
- EME
See the WIKI tab for prebuilt binary download links.
- The Pale Moon team for making a great browser to base this off of.
- The TenFourFox team. We borrow or backport a lot of their stuff, their work is (has been) amazing.