istiak101 / chimera-browser

A sleek and modern looking chromium-based web browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chimera Web Browser (work in progress)

Raise your banner. (also again please realise that this is a work in progress i'm working as fast i can)

How to build

  1. Listen to this in the background (always do this when building or compiling)
  2. Download and install NodeJS onto your computer's disk
  3. Open the repository folder into your OS's terminal (usually via the cd command)
  4. Run the command npm i or npm install to make sure you've downloaded all the dependencies
  5. Run with npm start to make sure it works correctly on your OS (has been tested working on windows 10 x64 and manjaro i3)
  6. Run the correct build script to compile it for your operating system (see Supported Platforms and Build Scripts)
  7. Pray to whatever god you worship that it compiles.

Supported Platforms and Build Scripts

Windows x64 (Windows 7+) buildwin

Windows x86 (Windows 7+) buildwin32

Linux x64 (Distro Agnostic, Run from command line using ./chimera or mark as executible) buildlinux

Linux x86 (Distro Agnostic, Run from command line using ./chimera or mark as executible) buildlinux32

Linux arm64 (Distro Agnostic, Run from command line using ./chimera or mark as executible) buildlinuxarm

Linux arm32 -armv7l (Distro Agnostic, Run from command line using ./chimera or mark as executible) buildlinuxarm32

Mission and Features

To provide an Edge look with Chrome compatibility and Firefox open-source goodness. Chimera.

About

A sleek and modern looking chromium-based web browser

License:Mozilla Public License 2.0


Languages

Language:JavaScript 44.7%Language:CSS 28.5%Language:HTML 26.8%