Arctic Fox
Re: Arctic Fox
Your build works how ever. The Xenial build works as expected. I also got it working Zesty MATE but needed to apt install libicu55 first.
Re: Arctic Fox
Good to know. Thank you for testing.Hypex wrote: Tue Apr 29, 2025 8:00 pm Your build works how ever. The Xenial build works as expected. I also got it working Zesty MATE but needed to apt install libicu55 first.

Re: Arctic Fox
Arctic Fox 45.3-2 is available for Linux PPC64.
Compiled on Fedora 28 Server PPC64 and tested on openSUSE Tumbleweed PPC64.
Maybe you need the dep package.
Downloads: github.com

Compiled on Fedora 28 Server PPC64 and tested on openSUSE Tumbleweed PPC64.
Maybe you need the dep package.
Downloads: github.com

Re: Arctic Fox
Hi All,
Great news! Arctic Fox 46.0 is available.
I have compiled it for Void PPC.
Download for Void PPC: github.com
Download for new Linux PPC distributions: github.com

Cheers,
Christian
Great news! Arctic Fox 46.0 is available.

I have compiled it for Void PPC.
Download for Void PPC: github.com
Download for new Linux PPC distributions: github.com

Cheers,
Christian
Re: Arctic Fox
Given x64 has Tier 1 support for most modern browsers what is the use case for Arctic Fox on x64?
Re: Arctic Fox
Old multimedia CD-ROMs with HTML and JavaScript work better with Arctic Fox than with Firefox, Edge etc. For example old language course CD-ROMs.
Re: Arctic Fox
Hi All,
Riccardo Mottola has released Arctic Fox 46.1.
Downloads and further information: Riccardo Mottola@github
I compiled it for Void PPC and for Linux x86_64 today.
Downloads: github.com

Cheers,
Christian
Riccardo Mottola has released Arctic Fox 46.1.
Downloads and further information: Riccardo Mottola@github
I compiled it for Void PPC and for Linux x86_64 today.
Downloads: github.com

Cheers,
Christian
Re: Arctic Fox
I see. I wasn't aware they were still in use. So that would mean the information would be portable, onto a variety of modern systems, by using a modern browser engine.xeno74 wrote: Sun Jul 20, 2025 7:04 pm Old multimedia CD-ROMs with HTML and JavaScript work better with Arctic Fox than with Firefox, Edge etc. For example old language course CD-ROMs.
Re: Arctic Fox
.mozconfig for Linux PPC64:
Build system: Fedora 28 Server PPC64 with GCC 6.4.1 20170727 (Red Hat 6.4.1-1)
Code: Select all
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
export CC="gcc -flax-vector-conversions -O3 -falign-loops=16 -falign-functions=16 -falign-labels=16 -falign-jumps=16 -maltivec -mabi=altivec -pipe"
export CXX="g++ -flax-vector-conversions -fpermissive -O3 -falign-loops=16 -falign-functions=16 -falign-labels=16 -falign-jumps=16 -maltivec -mabi=altivec -pipe"
export LDFLAGS="-latomic"
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-ff-dbg
ac_add_options --disable-crashreporter
ac_add_options --enable-default-toolkit=cairo-gtk2
ac_add_options --disable-tests
ac_add_options --disable-debug
ac_add_options --disable-updater
ac_add_options --enable-mozril-geoloc
ac_add_options --disable-webrtc
ac_add_options --disable-safe-browsing
ac_add_options --disable-parental-controls
ac_add_options --enable-release
ac_add_options --disable-necko-wifi
ac_add_options --disable-eme
ac_add_options --disable-gamepad
ac_add_options --enable-dbus
ac_add_options --disable-gio
ac_add_options --disable-pulseaudio
ac_add_options --enable-strip
ac_add_options --enable-install-strip
ac_add_options --enable-application=browser
ac_add_options --with-branding=browser/branding/arcticfox
ac_add_options --enable-optimize="-O2 -fno-schedule-insns2 -fno-lifetime-dse -fno-delete-null-pointer-checks"
ac_add_options --disable-jemalloc
ac_add_options --enable-altivec
ac_add_options --disable-precompiled-startupcache
ac_add_options --with-system-icu