Package Details: nyxt-git latest-6

Git Clone URL: https://aur.archlinux.org/nyxt-git.git (read-only, click to copy)
Package Base: nyxt-git
Description: A keyboard-driven web browser designed for power users
Upstream URL: https://nyxt.atlas.engineer
Licenses: BSD
Conflicts: nyxt, nyxt-browser, nyxt-browser-git
Provides: nyxt, nyxt-browser, nyxt-browser-git
Submitter: MithicSpirit
Maintainer: MithicSpirit
Last Packager: MithicSpirit
Votes: 23
Popularity: 0.000374
First Submitted: 2023-01-08 23:28 (UTC)
Last Updated: 2024-04-25 17:43 (UTC)

Required by (0)

Sources (1)

Latest Comments

1 2 3 4 5 6 .. 12 Next › Last »

Lafe commented on 2026-04-13 20:50 (UTC)

I'm getting the following error when trying to install:

unhandled condition in --disable-debugger mode, quitting
;
; compilation unit aborted
;   caught 1 fatal ERROR condition
;   caught 28 STYLE-WARNING conditions
;   printed 2677 notes

Compilation failed, see the above stacktrace.

make: *** [makefile:50: nyxt] Error 1
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: nyxt-git-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
nyxt-git - exit status 4

MithicSpirit commented on 2026-01-21 01:02 (UTC)

Does not look like it. Tracking issue is https://github.com/atlas-engineer/nyxt/issues/3684. I haven't used nyxt in a while, so I'm not too motivated to try to solve this myself. If anyone else manages to figure it out, please let me know. At this point, I'll probably add you as a co-maintainer or maybe even transfer ownership.

Frestein commented on 2026-01-19 23:44 (UTC) (edited on 2026-01-19 23:44 (UTC) by Frestein)

4.0.0 has been released. Any progress?

https://github.com/atlas-engineer/nyxt/releases/tag/4.0.0

MithicSpirit commented on 2025-09-19 07:02 (UTC)

Upstream appear to have removed the install recipe from the makefile temporarily. I'll try to fix this soon (other things will also probably need to be changed, since they've also switched to an electron backend).

Frestein commented on 2025-09-18 20:33 (UTC)

make: *** No rule to make target 'install'.  Stop.
==> ERROR: A failure occurred in package().
    Aborting...
 -> error making: nyxt-git-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
nyxt-git - exit status 4

mehrad commented on 2024-11-02 08:23 (UTC)

I suggest leaving one CPU core to the user to avoid potential crashing. This is especially helpful for users with less resourceful hardware. I suggest adding --ignore=1 to line 42:

git submodule update --init --recursive --jobs "$(nproc --ignore=1)"

MithicSpirit commented on 2024-04-25 17:49 (UTC)

@luxaur I've fixed the submodules issue. As for the environment variables, I think that might be more appropriate to report upstream.

luxaur commented on 2024-04-25 04:35 (UTC) (edited on 2024-04-25 12:03 (UTC) by luxaur)

Heya @MithicSpirit, the current PKGBUILD will not try and add all submodules to the downloaded repo, this means that sbcl can't use build or use modules like "alexandria".

So if you could add a option where it fetches all the different modules would be amazing, i tested locally with adding this to the PKGBUILD:

prepare() {
    cd "$srcdir/$_pkgname"
    git submodule update --init --recursive
}

Added this just under "optdepends" and had no issuse afterwards, If you need a output or file from me let me know i'll be more then happy to help out!

Ahh, i also found this to be helpful for the installation. These env-variables i had to set to make nyxt work normally.

export WEBKIT_DISABLE_COMPOSITING_MODE=1
export GDK_SYNCHRONIZE=1

```

MithicSpirit commented on 2023-09-05 20:57 (UTC) (edited on 2023-09-05 21:01 (UTC) by MithicSpirit)

Sorry for not being active on this, I've been quite busy. @mehrad and @greenbeast can you confirm whether you are still experiencing those issues? If so, please paste the full output in some kind of pastebin and send it here so I can better see what the issue is.