urbit/README.md

43 lines
1.4 KiB
Markdown
Raw Normal View History

# Urbit
2019-01-15 00:56:41 +03:00
[Urbit](https://urbit.org) is a personal server stack built from scratch. It
has an identity layer (Azimuth), virtual machine (Vere), and operating system
(Arvo).
2019-06-17 15:16:41 +03:00
A running Urbit "ship" is designed to operate with other ships peer-to-peer.
Urbit is a general-purpose, peer-to-peer computer and network.
This repository contains the [Arvo Kernel][arvo]
For the Runtime, see [Vere][vere].
For more on the identity layer, see [Azimuth][azim].
To manage your Urbit identity, use [Bridge][brid].
2017-06-14 04:32:37 +03:00
2019-06-17 15:16:41 +03:00
## Install
To install and run Urbit, please follow the instructions at
2023-01-14 06:26:25 +03:00
[urbit.org/getting-started][start]. You'll be on the live network in a
2019-06-17 15:16:41 +03:00
few minutes.
2015-09-23 00:04:11 +03:00
2023-01-14 06:26:25 +03:00
[start]: https://urbit.org/getting-started/
2015-11-17 06:29:27 +03:00
## Contributing
2019-09-02 22:59:21 +03:00
Contributions of any form are more than welcome! Please take a look at our
[contributing guidelines][cont] for details on our git practices, coding
styles, and how we manage issues.
You might also be interested in joining the [urbit-dev][list] mailing list.
2016-06-30 01:21:40 +03:00
## Release
For details about our release process, see the [maintainers guidelines][main]
[arvo]: https://github.com/urbit/urbit/tree/master/pkg/arvo
[azim]: https://github.com/urbit/azimuth
[brid]: https://github.com/urbit/bridge
2023-01-18 19:47:58 +03:00
[vere]: https://github.com/urbit/vere
[list]: https://groups.google.com/a/urbit.org/forum/#!forum/dev
[cont]: https://github.com/urbit/urbit/blob/master/CONTRIBUTING.md
[main]: https://github.com/urbit/urbit/blob/master/MAINTAINERS.md