1SeaBIOS may be distributed under the terms of the [GNU
2LGPLv3](https://www.gnu.org/licenses/lgpl-3.0-standalone.html) license.
3Both source code and binaries are available.
4
5Latest source code
6==================
7
8The SeaBIOS project uses the [git](https://git-scm.com/) revision
9control system. To download the latest source from revision control,
10run:
11
12```
13$ git clone https://git.seabios.org/seabios.git
14$ cd seabios
15```
16
17There's also a [website](http://git.seabios.org/) to browse the latest
18source code online.
19
20Released versions
21=================
22
23Released versions of the source code are available at:
24
25<https://www.seabios.org/downloads/>
26
27Please see [releases](Releases) for information on each release.
28