Bussin Web X - how to make a website
  • Welcome to WebX
  • For users
    • User manual
    • Advanced user manual
  • For developers
    • Getting started
    • HTML++
    • CSS 3.25
    • Lua
    • Publishing
    • API Reference
Powered by GitBook
On this page
  • First thing first: Install Napture.
  • Linux
  • macOS
  • Windows
  • Arch Linux
  • Nix[OS]
  • Next: Using it!
  1. For users

User manual

PreviousWelcome to WebXNextAdvanced user manual

Last updated 11 months ago

First thing first: Install Napture.

This is the guide to install Bussin Napture, the official Web X browser.

Linux

macOS

Windows

Arch Linux

Run yay -S napture. It's available on AUR.

Nix[OS]

Flakes: The repository provides a flake which exposes an overlay providing the webx package, so you could just add the input in your flake.nix file

{
    inputs = {
        webx.url = "github:face-hh/webx";
    };
}

Then add it to your overlays and install it

{ inputs, ... }: {
    nixpkgs.overlays = [
        inputs.webx.overlays.x86_64-linux.default
    ];
}

For now, only tested on x86_64-linux, but may work on others aswell, just change the arch

Add it to either home.packages (home manager) or environment.systemPackages (global packages).

home.packages = with pkgs; [
    webx
];

Then you could just launch it using webx in your terminal.

Next: Using it!

It's very easy. This is your startpage:

This is Dingle, WebX's official search engine. Just like a normal search engine, type in a query, and then click on one of the results to visit a website.

Also, don't forget you can click on the Tab name to bring up the About popup, which contains all the shortcuts.

And that's pretty much it! Enough to have some fun browsing the Web X.

Download . Then, you just need to open install-linux.sh as an executable (if you can't execute it, first do sudo chmod +x ./install-linux.sh, then you should be able to install).

Download and . Then, you just need to open install-macos.sh as an executable (if you can't execute it, first do chmod +x ./install-macos.sh, then you should be able to install).

Install the executable from the . It's a self-extractor with WinRAR because it has a lot of DLLs.

Go for the releases tab. Always download the Latest one.

Websites may not have a description. That depends if the developer added a or not.

Rust
Rust
Homebrew
release tab
here
description
Bussin Napture v1.2.2
buss://dingle.it
Screenshot