You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,17 +62,17 @@ Here are the key features we want to implement before releasing a Beta version:
62
62
-[x] XHR API
63
63
-[ ] Fetch API
64
64
-[x] DOM dump
65
-
-[ ] Basic CDP server
66
-
67
-
We will not provide binary versions until we reach at least the Beta stage.
65
+
-[x] Basic CDP server
68
66
69
67
NOTE: There are hundreds of Web APIs. Developing a browser, even just for headless mode, is a huge task. It's more about coverage than a _working/not working_ binary situation.
70
68
71
69
You can also follow the progress of our Javascript support in our dedicated [zig-js-runtime](https://github.com/lightpanda-io/zig-js-runtime#development) project.
72
70
73
-
## Build from sources
71
+
## Install
74
72
75
-
We do not provide yet binary versions of Lightpanda, you have to compile it from source.
73
+
We do provide [nighly builds](https://github.com/lightpanda-io/browser/releases/tag/nightly) for Linux x86_64 and MacOS aarch64.
0 commit comments