GithubHelp home page GithubHelp logo

commandovmgit / arctic-fox Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rmottola/arctic-fox

0.0 0.0 0.0 259.44 MB

Portable Web Browser based on Goanna, originally forked from PaleMoon 27, FireFox based without Australis interface.

License: Other

arctic-fox's Introduction

Arctic Fox Web Browser

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.

The goal here 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.8, 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 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

ARM support has been reinstantiated, including JIT! MIPS support reinstantiated, too (less tested and only on Little Endian)

Build tips

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
  • To Build On FreeBSD

    • Up to 12.1 compilation fine with Clang and GCC.
    • On 12.2 clang fails to build, GCC completes, but binary unstable and fails to package
  • To Build on OpenBSD

    • latest clang tried (8.0) needs -O0 or it will generate a crashing binary (x86-64 only)
    • x86 does not hang on sputnik javascript tests while on all other systems it does!
    • add LDFLAGS="-Wl,-z,wxneeded" to relax memory checks
    • add TAR=gtar
  • To Build on NetBSD

    • every gcc version tested worked, system one being OK up to gcc8

If you are under memory pressure, try:

  • use -g0 in your optimization flags (removes debug information, greatly reducing file sizes)

What has been removed compared to FireFox?

  • translation support through translations services
  • social panel
  • Android support
  • metro support
  • EME

Resources

Downloads and Add-ons

See the WIKI tab for prebuilt binary download links.

Thanks to...

  • 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.

arctic-fox's People

Contributors

rmottola avatar wicknix avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.