Download Bear
Available for Linux, macOS, and Windows. Build from source in seconds.
v0.0.2
Recommended
Build from source
The fastest way to get Bear. Takes under a second to bootstrap.
# Clone and build $ git clone --depth=1 https://github.com/bearlanguageorg/bear $ cd bear $ make # Verify $ ./bear version
Requirements: C compiler (gcc or clang), make, git
Pre-built binaries
Download ready-to-use binaries for your platform.
Compiler comparison
Why Bear's small compiler matters.
| Space | Build time | |
|---|---|---|
| Go | 525 MB | 1m 33s |
| Rust | 30 GB | 45m |
| GCC | 8 GB | 50m |
| Clang | 90 GB | 60m |
| Swift | 70 GB | 90m |
| Bear | < 20 MB | < 1s |