Nyxt is a keyboard-driven web browser designed for power users. Inspired by Emacs and Vim, it has familiar key-bindings (Emacs, vi, CUA), and is infinitely extensible in Lisp.
If you like Nyxt and you would like to help future development, please give us a star, spread the word, and support us on Patreon, thank you!
Attention: Nyxt is under active development. Feel free to report bugs, instabilities or feature wishes.
Switch easily between your open tabs via fuzzy search. If you are
looking for https://www.example.com
, you could type in ele
, exa
,
epl
, or any other matching series of letters.
Commands can accept multiple inputs, allowing you to quickly perform an operation against multiple objects. In the example below we search for cactuses, and open up several images simultaneously:
Bookmark a page with tags. Search bookmarks with compound queries. Capture more data about your bookmarks, and group and wrangle them in any way you like.
Search multiple tabs at the same time, and view all the results in a single window. Jump quickly through your open tabs to find what you need.
History is represented as a tree that you can traverse. Smarter than the “forwards-backwards” abstraction found in other browsers, the tree makes sure you never lose track of where you’ve been.
For a complete list of features, please see the manual.
Nyxt supports:
- GNU/Linux
- macOS (unofficial)
- FreeBSD (unofficial)
Nyxt has engine support for WebKit and experimental support for WebEngine/Blink.
Please see the downloads page for pre-built binaries. Some operating systems provide packages for Nyxt:
- Alpine.
- Debian and derivatives such as Ubuntu and Linux Mint.
- MacPorts.
- Arch Linux AUR and the -git PKGBUILD. See also the unofficial binary packages, courtesy of @edgar-vincent.
- Nix: Install with
nix-env --install nyxt
. - Guix: Install with
guix install nyxt
. - Void: Install with
xbps-install nyxt
.
To perform an installation from source, please see the developer readme.
For full documentation about Nyxt, how it works, and how to extend it
please see the embedded help. To get started, run the help
command
(press control
+ space
, type help
and confirm with return
).
If you want to help with development, or build Nyxt from source, read the developer’s documentation at documents/README.org.
If you are running a recent version of Nyxt please run the changelog
command. For older versions, please see the CHANGELOG.