Releases: atlas-engineer/nyxt
3.3.0
Release notes: https://nyxt.atlas.engineer/article/release-3.3.0.org
To compile from source, prefer the tarball including the submodules if you don't manage the Lisp dependencies yourself.
3.2.1
Release notes: https://nyxt.atlas.engineer/article/release-3.2.1.org
To compile from source, prefer the tarball including the submodules if you don't manage the Lisp dependencies yourself.
nyxt-3.2.1.tar.xz
is a self-contained bundle that runs on any GNU/Linux machine:
- Extract the archive, e.g.
tar -xf /path/to/nyxt-3.2.1.tar.xz
; - Issue
./usr/local/bin/nyxt
.
3.2.0
Release notes: https://nyxt.atlas.engineer/article/release-3.2.0.org
To compile from source, prefer the tarball including the submodules if you don't manage the Lisp dependencies yourself.
nyxt-3.2.0.tar.xz
is a self-contained bundle that runs on any GNU/Linux machine:
- Extract the archive, e.g.
tar -xf /path/to/nyxt-3.2.0.tar.xz
; - Issue
./usr/local/bin/nyxt
.
3.1.0
Release notes: https://nyxt.atlas.engineer/article/release-3.1.0.org
To compile from source, prefer the tarball including the submodules if you don't manage the Lisp dependencies yourself.
nyxt-3.1.0.tar.xz
is a self-contained bundle that runs on any GNU/Linux machine:
- Extract the archive, e.g.
tar -xf /path/to/nyxt-3.1.0.tar.xz
; - Issue
./usr/local/bin/nyxt
.
3.0.0
Release notes: https://nyxt.atlas.engineer/article/release-3.0.0.org
To compile from source, prefer the tarball including the submodules if you don't manage the Lisp dependencies yourself.
nyxt-3.0.0.tar.xz
is a self-contained bundle that runs on any GNU/Linux machine:
- Extract the archive, e.g.
tar -xf /path/to/nyxt-3.0.0.tar.xz
; - Issue
./usr/local/bin/nyxt
.
3-pre-release-6
Release notes: https://nyxt.atlas.engineer/article/release-3-pre-release-6.org
To compile from source, prefer the tarball including the submodules if you don't manage the Lisp dependencies yourself.
3-pre-release-5
Release notes: https://nyxt.atlas.engineer/article/release-3.org
To compile from source, prefer the tarball including the submodules if you don't manage the Lisp dependencies yourself.
3-pre-release-4
What's Changed
- Make adjustable attribute widths optional (rebase & rework of #2686) by @aartaka in #2741
- Destroy hanged buffers properly by @aartaka in #2769
- buffer: Remove obsolete actions-on-return by @aadcg in #2773
- Status buffer restyle by @jmercouris in #2781
- Add toggle prompt buffer focus command by @aadcg in #2774
- List internal pages in status buffer by @aartaka in #2776
- Names for search engines by @aartaka in #2799
- Highlight functions and variables in
:ncode
blocks by @aartaka in #2746 - Flatpak by @jmercouris in #2802
- Prompt buffer bug fixes by @aadcg in #2798
- Extend nyxt guix by @aadcg in #2815
- Review prompt buffer keybindings by @aadcg in #2817
- Prompt UX by @jmercouris in #2829
Installation
Self-sufficient bundle
This tarball contains everything you need to run Nyxt on any machine running GNU/Linux.
- Extract the archive (e.g.
tar -xf /path/to/download/file/nyxt-3-pre-release-4.tar.xz
); - Execute
./usr/local/bin/nyxt
.
From source
Download the source code, extract it and read the file INSTALL
.
3-pre-release-3
Release notes: https://nyxt.atlas.engineer/article/release-3-pre-release-3.org
For Ubuntu 22.04: the .deb file depends on libssl1.1. To install it:
$ wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb
$ sudo dpkg -i ./libssl1.1_1.1.0g-2ubuntu4_amd64.deb
To compile from source, prefer the tarball including the submodules if you don't manage the Lisp dependencies yourself.
3-pre-release-2
Release notes: https://nyxt.atlas.engineer/article/release-3-pre-release-2.org
For Ubuntu 22.04: the .deb file depends on libssl1.1. To install it:
$ wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb
$ sudo dpkg -i ./libssl1.1_1.1.0g-2ubuntu4_amd64.deb
To compile from source, prefer the tarball including the submodules if you don't manage the Lisp dependencies yourself.