Skip to content

Releases: atlas-engineer/nyxt

3.3.0

26 Jun 17:06
1ea9b61
Compare
Choose a tag to compare

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

19 Jun 15:40
9ece76a
Compare
Choose a tag to compare

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:

  1. Extract the archive, e.g. tar -xf /path/to/nyxt-3.2.1.tar.xz;
  2. Issue ./usr/local/bin/nyxt.

3.2.0

12 Jun 16:14
f19006b
Compare
Choose a tag to compare

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:

  1. Extract the archive, e.g. tar -xf /path/to/nyxt-3.2.0.tar.xz;
  2. Issue ./usr/local/bin/nyxt.

3.1.0

29 May 09:05
bb6d078
Compare
Choose a tag to compare

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:

  1. Extract the archive, e.g. tar -xf /path/to/nyxt-3.1.0.tar.xz;
  2. Issue ./usr/local/bin/nyxt.

3.0.0

13 May 00:26
Compare
Choose a tag to compare

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:

  1. Extract the archive, e.g. tar -xf /path/to/nyxt-3.0.0.tar.xz;
  2. Issue ./usr/local/bin/nyxt.

3-pre-release-6

20 Apr 01:58
Compare
Choose a tag to compare

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

27 Mar 17:44
Compare
Choose a tag to compare

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

07 Mar 07:21
Compare
Choose a tag to compare

What's Changed

Installation

Self-sufficient bundle

This tarball contains everything you need to run Nyxt on any machine running GNU/Linux.

  1. Extract the archive (e.g. tar -xf /path/to/download/file/nyxt-3-pre-release-4.tar.xz);
  2. Execute ./usr/local/bin/nyxt.

From source

Download the source code, extract it and read the file INSTALL.

3-pre-release-3

06 Feb 22:52
Compare
Choose a tag to compare

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

19 Sep 09:04
Compare
Choose a tag to compare

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.