Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/Ulto85/amongGX/llms.txt

Use this file to discover all available pages before exploring further.

amongGX is a desktop web browser built with Python and PyQt5, themed around the Among Us game. It launches directly to the Among Us fan page and puts Discord, Steam, and YouTube just one toolbar click away — no URL memorization required.

Introduction

Learn what amongGX is and how it works under the hood.

Installation

Install Python, PyQt5, and get amongGX running on your machine.

Quickstart

Launch the browser in under five minutes with a working example.

Toolbar Guide

Explore every button and control on the navigation toolbar.

What is amongGX?

amongGX wraps a full Chromium-based web engine (Qt WebEngine) inside a native desktop window styled for Among Us fans. It ships with:
  • Standard browser controls — back, forward, reload, and a URL bar with automatic http:// scheme injection
  • Home button — instantly returns you to the Among Us fan page at Among.robowolf.repl.co
  • Quick-link toolbar — one-click shortcuts to Discord, a curated YouTube track, the Among Us Steam store page, and the creator’s YouTube channel
  • Live window title — the title bar reflects the current page title, prefixed with Among -
1

Install dependencies

Make sure Python 3 and PyQt5 are installed on your system.
2

Clone the repository

Download browser.py from the GitHub repository.
3

Run the browser

Execute python browser.py to launch the window.
4

Start browsing

Use the URL bar or toolbar buttons to navigate the web.
amongGX requires a desktop environment — it cannot run headlessly or in a terminal-only session.

Build docs developers (and LLMs) love