Skip to content

A web browser to be embedded within applications

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

bee-browser/bee

Folders and files

NameName
Last commit message
Last commit date
Feb 15, 2023
Dec 14, 2024
Dec 17, 2024
Dec 30, 2023
Mar 19, 2025
Mar 21, 2025
Jan 31, 2025
Feb 26, 2025
Jun 21, 2024
Nov 8, 2024
Mar 8, 2023
Jan 22, 2025
Jun 29, 2024
Nov 10, 2024
Mar 21, 2025
Feb 21, 2025
Oct 23, 2020
Oct 23, 2020
Feb 23, 2025
Jan 31, 2025
Jan 31, 2025
Jan 31, 2025
Feb 21, 2025

Repository files navigation

BEE

A web browser engine to be embedded within applications

ci codecov bencher

What's BEE?

BEE is a web browser engine intended to be embedded within applications.

Development

Install the following software:

Then:

# Run once before building.
# Run again if some of third-party packages have been updated.
make vendor

# Run once before building.
# Run again if some of input files of generated source files have been updated.
make codegen

# Run tests.
make test

# Make docs.
make doc

# release build.
make build OPTIONS='-r'

# List targets defined in the top-level Makefile.
make list-targets

Worked only on Linux and macOS at this point. Windows will be supported in the future.

In addition, it's recommended to install the following software:

License

Licensed under either of

at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this project by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.