This project is a fork of Netsurf with various privacy-focused improvements and additions, and a revamped build system.
NeoSurf has a different development vision from NetSurf.
Current focus is on general improvements to the codebase, as well as fixing a number of issues and bugs that were present in the most recent versions of NetSurf.
- Visurf support, with various upstream improvements and fixes
- Various upstream improvements and UI enhancements to Gtk frontend
- Numerous privacy improvements
- Meson/CMake build system
- Simplified frontend development
At the moment preferences on Gtk frontend do not take effect, and as such this menu is currently disabled. This issue is inherited from NetSurf and will be amended soon.
To build with both Visurf and Gtk frontends:
$ cmake -B build -DCMAKE_INSTALL_PREFIX=/usr
To build with Visurf only:
$ cmake -B build -DCMAKE_INSTALL_PREFIX=/usr -DNEOSURF_BUILD_GTK_FRONTEND=OFF
To build with Gtk only:
$ cmake -B build -DCMAKE_INSTALL_PREFIX=/usr -DNEOSURF_BUILD_VI_FRONTEND=OFF
To build libneosurf only (no frontend):
$ cmake -B build -DCMAKE_INSTALL_PREFIX=/usr -DNEOSURF_BUILD_GTK_FRONTEND=OFF -DNEOSURF_BUILD_VI_FRONTEND=OFF
Then:
$ make -C build
And as root:
# make -C build install
NeoSurf is geared towards the Cobalt operating system, but is intended to remaining portable on any Linux or BSD-based platforms.
At build-time, NeoSurf requires the following programs:
- cmake
- any CMake-compatible build utility (typically GNU make)
- gperf
- flex
- bison or byacc
- pkg-config or pkgconf
At runtime and build-time, the following libraries and their development headers are required:
- libcurl
- OpenSSL 3.x or LibreSSL (libcrypto, libssl)
- libpsl
- libxml2
- libjpeg v6, libjpeg-turbo or mozjpeg (optional)
- libpng (optional)
- libwebp (optional)
- cairo (Visurf and Gtk only)
- pango (Visurf and Gtk only)
- wayland (Visurf only)
- xkbcommon (Visurf only)
- gtk+ (Gtk only)
However you obtain these utilities and libraries depends on your distribution.
Ctrl+q, Ctrl+w - Close tab
i - Toggle insert mode (for text boxes)
j, Down - Scroll down
k, Up - Scroll up
h, Left - Scroll left
l, Right - Scroll right
H - Previous page
L - Next page
r - Reload
R - Force reload
o - Shorthand for :open
O - Same as above, but opens in a new tab
Ctrl+t - New tab
go - Shorthand for :open
, but automatically adds the current URL
gO - Same as above, but will open in a new tab
Ctrl+d - Scroll down fast
Ctrl+u - Scroll up fast
gg, Home - Jump to top
G, End - Jump to bottom
Space, Next - Scroll down even faster
Prior - Scroll up even faster
+ - Zoom in
- - Zoom out
= - Reset zoom
gt, J, Ctrl+Next - Next tab
gT, K, Ctrl+Prior - Previous tab
f, F - Different variants of follow mode
yy, yt, Yy, Yt, Ctrl+c - Different variants of yank
pp, Pp, pP, PP - Different variants of paste
u - Undo
/ - Find occurences of some text
n - Next item in search
N - Previous item in search
[[ - Previous page
]] - Next page
:back
:bind
:close
:exec
:exline
:follow
:forward
:fullscreen
:insert
:open
:page
:paste
:quit
:reload
:scroll
:search
:set
:source
:stop
:tab
:tabmove
:unbind
:undo
:yank
:zoom