Netsurf

NetSurf is an open-source web browser which uses its own layout engine.

Its design goal is to be lightweight and portable. NetSurf provides features including tabbed browsing, bookmarks and page thumbnailing.

NetSurf
Developer(s)The NetSurf Developers
Initial releaseMay 19, 2007; 16 years ago (2007-05-19)
Stable release
3.11 Edit this on Wikidata / 28 December 2023; 3 months ago (28 December 2023)
Preview releasePublic Autobuilder (n/a) [±]
Repository
Written inANSI C
Operating systemOfficial: RISC OS, AmigaOS 4, Windows; Linux/Unix-like, BeOS/Haiku, Atari TOS, macOS
3rd party ports: AmigaOS 3, Caanoo, MorphOS, Samsung TVs, Redox OS, Plan 9; KolibriOS port in development
Size4.0 MB (RISC OS)
6.9 MB (AmigaOS)
TypeWeb browser
LicenseGPL-2.0-only
Websitewww.netsurf-browser.org Edit this on Wikidata

The NetSurf project was started in April 2002 in response to a discussion of the deficiencies of the RISC OS platform's existing web browsers. Shortly after the project's inception, development versions for RISC OS users were made available for download by the project's automated build system. NetSurf was voted "Best non-commercial software" four times in Drobe Launchpad's annual RISC OS awards between 2004 and 2008.

NetSurf supports both mainstream systems (e.g. macOS and Unix-like) and older or uncommon platforms (e.g. AmigaOS, Haiku, Atari TOS, RISC OS, and Redox).

The browser was ranked in 2011 as number 8 in an article highlighting 10 browsers for Linux published in TechRepublic and ZDNet. In 2010 it was referred to as a CLI browser superior to w3m.

Features

NetSurf's multi-platform core is written in ANSI C, and implements most of the HTML 4 and CSS 2.1 specifications using its own bespoke layout engine. As of version 2.0, NetSurf uses Hubbub, an HTML parser that follows the HTML5 specification. As well as rendering GIF, JPEG, PNG and BMP images, the browser also supports formats native to RISC OS, including Sprite, Draw and ArtWorks files.

It was suggested by developer John-Mark Bell in 2007 that support for JavaScript could be added. This feature did not make it into NetSurf v2 back in 2008, nor into NetSurf v3 of 2013, but as of December 2012 there are some NetSurf preview-builds available which contain early-stage JavaScript support (later much improved). On April 20, 2013, NetSurf 3.0 was released.

History

NetSurf began in April 2002 as a web browser for the RISC OS platform. Work on a GTK port began in June 2004 to aid development and debugging. It has since gained many of the user interface features present in the RISC OS version. The browser is packaged with several distributions including Ubuntu, NetBSD, and OpenBSD.

After five years of development, the first stable version of the browser was released on 19 May 2007 to coincide with the Wakefield RISC OS show. Version 1.0 was made available for download from the project's web site and the software was sold on CD at the show. After the release of NetSurf 1.0 there were two point-releases, which largely comprised bug fixes. NetSurf 1.1 was released in August 2007 and in March 2008 the NetSurf 1.2 release was made available.

NetSurf participated in Google Summer of Code in 2008 as a mentoring organisation, running four projects. These included improving the GTK front end, adding paginated PDF export support and developing the project's HTML 5 compliant parsing library, Hubbub. All NetSurf development builds since 11 August 2008 have used Hubbub to parse HTML and it is available for use in other projects under the MIT license.

NetSurf was again accepted as a mentoring organisation into Google Summer of Code 2009. The projects they ran included development of LibDOM, the project's Document Object Model, and improvement of NetSurf's user interface. The interface work included moving previously RISC OS-only functionality to the multi-platform core, including bookmarks, global history, cookie management and page search features. A port to the Windows operating system was also started. In 2010 the NetSurf project did not apply to participate in Google Summer of Code due to the developers having other commitments.

  • NetSurf 2.0 was released in April 2009 for RISC OS, Linux and other Unix-like platforms, BeOS, Haiku, and AmigaOS 4. This was the first version to use the project's HTML5 parsing library, Hubbub.
  • In May 2009 a maintenance release, NetSurf 2.1, was issued to users. It incorporated bug fixes and some improvements to page layout.
  • NetSurf 2.5 was released in April 2010. This was the first release to use the project's library for CSS parsing and selection, LibCSS and a new internal cache for fetched content.
  • September 2010 saw the release of NetSurf 2.6, which included a number of fixes and improvements.
  • NetSurf 2.7 was released in April 2011, and added treeview support for features including bookmarking (called the Hotlist manager in NetSurf), history management, and cookie management. It was also the first version to be released for Mac OS X.
  • In September 2011 NetSurf 2.8 was released. It added support for frames and iframes in the browser's core rendering engine, making them available to all front ends. The release also included support for MIME type sniffing and improved the performance of loading the images used by a web page.
  • In April 2012 NetSurf 2.9 was released. The most significant changes were new multi-tasking behaviour, optimised URL handling, fetcher optimisations, cache optimisations, and faster CSS selection.
  • In April 2013 NetSurf 3.0 was released. The biggest difference was the use of the new Document Object Model library, LibDOM. This new library is a foundation that paves the way for NetSurf developers to implement a fully dynamic layout engine in the future. Other improvements in NetSurf 3.0 include completely new textarea support, ability to fetch and parse CSS in parallel with HTML documents, extensive behind-the-scenes refactoring, and a host of smaller changes and fixes.
  • In April 2014 NetSurf 3.1 was released, containing many improvements over the previous release. The highlights include much faster CSS selection performance, faster start up time, new look and feel to the treeviews (hotlist/bookmarks, global history and cookie manager), improved options handling, undo/redo support in textareas, and general improvement of forms. Also included are many other additions, optimisations and bug fixes.
  • In July 2019 NetSurf 3.9 was released, with support for CSS Media Queries (level 4) and improvements to JavaScript handling.

Ports

Netsurf 
GTK NetSurf running under Linux

A native BeOS/Haiku port has been developed. Since the GTK version was built for AmigaOS, using Cygnix which provides an X11 environment, a native AmigaOS port has also been developed. In January 2009, NetSurf was made available on MorphOS, an operating system that is API-compatible with AmigaOS. A Windows port is also available for download.

A framebuffer port was created in September 2008. Unlike the other ports, it does not use any GUI toolkit, but instead renders its own mouse pointer, scrollbars and other widgets. The framebuffer frontend has been used to create a web kiosk on embedded systems. The Plan 9 port is also based on it.

In January 2010, the NetSurf Developers announced the release of what they expected at the time to be the last release for RISC OS. Lead developer John-Mark Bell said at the time "Realistically, the people qualified to maintain the RISC OS port are up to their necks in other stuff." Subsequently, Steve Fryatt volunteered himself as maintainer.

January 2011 saw the announcement of a Mac OS X port. A port to Atari 16-bit and 32-bit computers was also started in January 2011.

Forks

visurf

visurf is a fork of NetSurf led by Drew DeVault. It has vi-inspired key bindings and Wayland-only UI.

See also

References

Tags:

Netsurf FeaturesNetsurf HistoryNetsurf PortsNetsurf ForksNetsurfBookmark (World Wide Web)Browser engineOpen-source softwareTabbed browsingThumbnailWeb browser

🔥 Trending searches on Wiki English:

BangladeshJordan LoveColumbia UniversityMichael Mayer (American football)Siren (2024 film)Theo JamesProject 2025Hyderabad Lok Sabha constituencyVarshangalkku SheshamMeta PlatformsSingaporeJake Paul vs. Mike Tyson1983 NFL draftDream11Jeffrey EpsteinGeorge VIAdrian Newey2024SwitzerlandJustin HaywardQueens Park Rangers F.C.Windows 10 version historyIndian Premier LeagueTom CruiseKent State shootingsLa LigaOttoman Empire2024 in filmThe Zone of Interest (film)Land of BadElectronic voting in IndiaMinecraftNon-fungible tokenMatty HealySaudi ArabiaNetflix2024 Indian general election in Karnataka69 (sex position)DJ TilluChicago BearsDakota FanningDeaths in 2024Mark ZuckerbergEdward VIIIAl PacinoLuca GuadagninoNcuti GatwaHiroyuki SanadaEFL ChampionshipCristiano RonaldoInna Lillahi wa inna ilayhi raji'unO. J. SimpsonChallengers (film)Laiatu LatuOnlyFansSydney SweeneyThree-body problemHeeramandiKrushna AbhishekNelson MandelaEuropeQueen Victoria2020 NFL draftIsraeli–Palestinian conflictAlia BhattCooper DeJeanThe Jinx (miniseries)ThailandTLC (group)Malik Nabers2019 Indian general election in KeralaBubbling Under Hot 100Min Hee-jinAaron Taylor-JohnsonRonald ReaganRageh OmaarTerry FontenotMain Page🡆 More