Skip to content

rustdevbtw/flamewolf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlameWolf

Flamewolf is a Browser that's aimed to be crazy enough to not be boring. It's a privacy-focused browser based on Firefox.

Building

You can install FlameWolf easily, by using Mozilla's mach Build Tool. It's already in this repo.

Unix-like Systems (Linux/macOS)

In Linux or other Unix-like systems, you can use mach:

./mach build

Windows

In Windows, you can use mach.ps1 (requires PowerShell):

But first, you'll need to allow PowerShell to run scripts:

Set-ExecutionPolicy RemoteSigned

Then, run it:

.\mach.ps1 build

Why ?

Because I'm Crazy.

No, seriously, Why?

Firefox is great. I just want some crazy features, and APIs to work in it. Period.

How to Contribute

FlameWolf is a hybrid repo. That means, we support both Git and Mercurial. Changes first arrive in Mercurial, and then to Git.

Below are the instructions, and recommended methods for contribution for each VCS.

Contribute with Mercurial

If you want to contribute through Mercurial, you have two options:

  1. E-Mail Patches
  2. E-Mail Merge/Pull Request

Contribute with Git

If you want to contribute through Git, you have three options:

  1. E-Mail Patches
  2. Make Pull Request in GitHub
  3. E-Mail Merge/Pull Request

Community

Flamewolf is a Community Project. So, a medium for the community to interact is a must.

That's why we have mailing lists and a IRC Channel (#flamewolf at irc.libera.chat).

Docs

FlameWolf's documentation is available at flame.rajdeepm.xyz!