kaimac/weaver
2
5
Fork
You've already forked weaver
0
experimental web browser
  • C 99.7%
  • CMake 0.3%
2026年05月27日 22:50:16 +01:00
doc ss 2026年05月27日 20:39:20 +01:00
include/curl curl 2026年05月17日 00:21:45 +01:00
src font styling 2026年05月27日 20:39:34 +01:00
vendor lexbor: reduce chunk sizes for tokens and attrs 2026年05月24日 13:09:59 +01:00
.gitignore sort out cmake 2026年05月19日 13:59:41 +01:00
CMakeLists.txt clean up cmake 2026年05月27日 22:50:08 +01:00
COPYING.txt curl 2026年05月17日 00:21:45 +01:00
LICENCE.txt curl 2026年05月17日 00:21:45 +01:00
README.md Update README.md 2026年05月27日 22:22:58 +02:00

weaver

an experimental web browser

weaver aims to be a true user agent for the document-based web. It doesn't attempt to render sites "correctly". It extracts text, images and other elements and attempts to display them in a way that makes the most sense. Think of it like "reader mode", or a text-based browser, but with more features. (There will also be a text-based frontend)

Read more

Goals

  • A simple, very low footprint, fast browser
  • Aligned with the principles of permacomputing as it relates to software, designed to run on the smallest of systems, hopefully even (large) microcontrollers, giving new life to old hardware and opening up new possibilities
  • Graphical and text-based frontends
  • A platform for experimentation with new ways of browsing and rendering the web
  • Javascript will not be supported

Status

In extremely early development