#nyxt

2025-12-28

What happened to the #nyxt browser?

Mehrad :kde: :emacs: :rstats:Mehrad@fosstodon.org
2025-12-17

After 10 months, #Mozilla have not reverted their privacy policy change about #Firefox :

github.com/mozilla/bedrock/pul

Next stops: @librewolf , #Nyxt , @Vivaldi , and #LadyBird 🤔

2025-12-08

@kf
Qutebrowser does have some real problems unfortunately. Many GitHub pages being one of them.

If you like #qutebrowser you might also like #Nyxt.

Mehrad :kde: :emacs: :rstats:Mehrad@fosstodon.org
2025-12-05

This is hilarious. #CloudFlare is down again. This time error 500. The more amusing thing is that the downdetector.com is working perfectly for cloudflare, because when CloudFlare is down, #DownDetector goes down with it 😂

----
P.s: for those who wonder, the screenshot is from #Nyxt browser: nyxt.atlas.engineer which I have activated #Emacs keybindings in it.

Screenshot of DownDetector.com that shows "500 Internal Server Error" from CloudFlare. The Screenshot is from Nyxt browser and the following address:

https://downdetector.com/status/cloudflare/
plague-of-grackles 😷🍉🐈‍⬛amcooper@toot.cat
2025-10-24

Here I am going through "Practical Common #Lisp " in the #nyxt browser and writing the code in #lem. Literally nerdier than I was yesterday.

Supreme Sexp System (SSS)sss_project
2025-09-01

SSS (Supreme Sexp System) releases a feature-packed v3.4.8 ✨

codeberg.org/jjba23/sss

- palette perfected shown in the
- experimental support for palette (#mocha and )
- many improvements and quality of life added to this quasi - on top of
- improvements to and to
- file

SSS is a 🖥️ 🍙 worthy of and uses and more

EmacsTerminals, welkomscherm on Emacs and Nautilushyprlock lockscreenNyxt and Firefox side by side
2025-08-27

I packaged #nyxt 4.0.0-pre-release-13 with the electron backend for #guix.

Add my channel, `guix pull`, and run with `guix shell nyxt@4 -- nyxt`

Ref git.sr.ht/~simendsjo/dotfiles/

2025-08-20

@debacle @ilyess
Same for me. #Emacs #Nyxt browser or qute browser.

Krita. Lilypond, audacity, #emacs #org. I use emacs for everything so that's about it unless you want to bring in next cloud, mpd, pie hole, Jekyll, ffmpeg and stuff like that.

My only real applications are Emacs, a browser and some drawing or music and audio creation / composition stuff. Wine so I can play WoW.
Lutris is awesome.

Xmonad wm or Emacs xwm, zsh, fish, babashka, elisp, SBCL, Clojure, C.

Within emacs, emms, elfeed, mastodon, mu4e, org, org-babel, pdf tools, lilypond, dired, language learning,
Multi language writing tools, calendars, git, coding in any language, ...

BujakiewiczFrancoBujakiewiczFranco
2025-08-15

Coyote Stark uses Librewolf (Also I, Nyxt but Librewolf as auxiliar)

🍲 ~ Nyxt Browser
Гайд делался на 4.0.0-pre-release 13 Electron, он ЧАСТИЧНО совместим с 3 версией
Это браузер написан на common lisp с биндами CUA, Vi, Emacs и им можно пользоватся полноцено с клавы иза встроеного Vimium

Конфиг
Он по пути ~/.config/nyxt/config.lisp и начало через
(in-package #:nyxt-user)

Изменить режим
Напр. Vi:
(define-configuration buffer
((default-modes
(pushnew 'nyxt/mode/vi:vi-normal-mode %slot-value%))))

Закладки
Дефолтный их путь ~/.local/share/nyxt/bookmarks.lisp но можно изменить через
(defmethod files:resolve ((profile nyxt:nyxt-profile) (file nyxt/mode/bookmark:bookmarks-file))
#p"~/.config/nyxt/bookmarks.lisp")
Добавлять через :add-bookmark и их просматривать через :list-bookmarks

Конкретная GTK тема
(setf (uiop:getenv "GTK_THEME") "Adwaita:dark")
Зачем? Например если стоит условная Adwait белая

Плагины
Есть aartaka/nx-search-engines, aartaka/nx-kaomoji, aartaka/nx-dark-reader (Не работает на Pre-release-12), aartaka/nx-freestance-handler, atlas-engineer/nx-ace
Для их установки клоним их в ~/.local/share/nyxt/extensions и запускам их как в примере ниже

aartaka/nx-search-engines
Кастомные поисковики, ставим плагин и
#+nyxt-2
(load-after-system :nx-search-engines (nyxt-init-file "search-engines.lisp"))
#+nyxt-3
(define-nyxt-user-system-and-load "nyxt-user/search-engines"
:depends-on (:nx-search-engines) :components ("search-engines.lisp"))
DuckDuckGO:
(define-configuration (buffer web-buffer)
((search-engines (list (engines:duckduckgo :theme :terminal
:help-improve-duckduckgo nil
:homepage-privacy-tips nil
:privacy-newsletter nil
:newsletter-reminders nil
:install-reminders nil
:install-duckduckgo nil)))))

#Nyxt #Гайд
​:celmadelinehug:​

Автор поста:
@iwnuply@mastodon.social

2025-07-16

Planning to write a post on #CommonLisp #REPL customization. Gathering state-of-the-art customizations. Remembered that I implemented native graphical debugger in #Nyxt once (immortalized in Ndebug github.com/atlas-engineer/ndeb). Went to check on the current state of Nyxt-native debugging.

And yes, native debugger was removed too, much like many other signature features. Which might be a reason to hold a grudge about my work being erased, I guess?

But I'm more saddened about this exemplary REPL hacking piece gone missing, really. I want to point at good examples of custom REPLs in my new post... and there aren't many anymore 😢

2025-06-17
unixbhaskarunixbhaskar
2025-06-17
2025-05-26

Oh, it seems #Nyxt has dropped most of its unique features since I left, and in the last year in particular. A shame—I hold some of the features dear and sincerely believe that the world needs implementations of these.

Eugene account has movedevgandr@mas.to
2025-05-12

The next step of system Lispification is the Nyxt :dragnsarc:

It is appeared in the #FreeBSD packages few weeks ago. BUT, it won't run :dragnsad:

Looks like I should rebuild the libwebkit2gtk without the fucking wayland dependency…

#nyxt

Console log of unsuccessful Nyxt execution. It fails in the library libwebkit2gtk with the next error:

Error opening shared object "libwebkit2gtk-4.1.so.0": /usr/local/lib/libwebkit2gtk-4.1.so.0: Undefined symbol "gdk_wayland_display_get_type".
Perpetuaλ β 🇺🇦 :emacs:kf@sonomu.club
2025-05-02

#nyxt 4.0.0 pre-release-6 feels very promising! The annoying bugs I experienced in the previous release seem to have been ironed out, and I've used it for half an hour now without anything crashing on me.

Grigory Shepelevshegeley@fosstodon.org
2025-04-30

Recently I've researched the source code of #lem (#commonlisp #emacs alike #text #editor) and #nyxt (#commonisp #browser) and they are truly a pieces of art.

I mean: a complete disaster from UI point of view, but so damn awesome as a possible platform. Did this while harvesting inspiration for my semi-abandoned #hatis (hatis.xyz/). Don't worry my dear, I'll get back 2y

Needed to see how event-loop with key pressing & bindings are handled elsewhere + research integrations ideas

Perpetuaλ β 🇺🇦 :emacs:kf@sonomu.club
2025-04-26

Another day of test-running #nyxt. Keeps crashing on me for no particular reason. The copy-url function only copies the (incorrect) title of the website, not the actual url. Also the edit in external editor command fails.

Perpetuaλ β 🇺🇦 :emacs:kf@sonomu.club
2025-04-25

Trying the pre-release of #nyxt right now with the #electron backend. The pages render correctly (finally!) and very, very quickly (yay!), but the interface still hangs occasionally and the url hints are not always in the right location. The built-in dark mode looks great. Starting to feel a bit optimistic about the whole nyxt thing!

2025-04-22

@PuercoPop oh I didn't know #nyxt also supported #gopher and #gemini!

Client Info

Server: https://mastodon.social
Version: 2025.07
Repository: https://github.com/cyevgeniy/lmst