Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/urbit/urbit
An operating function
https://github.com/urbit/urbit
arvo c hoon nock urbit
Last synced: 7 days ago
JSON representation
An operating function
- Host: GitHub
- URL: https://github.com/urbit/urbit
- Owner: urbit
- License: mit
- Created: 2014-08-29T01:38:59.000Z (about 10 years ago)
- Default Branch: develop
- Last Pushed: 2024-05-22T11:15:48.000Z (6 months ago)
- Last Synced: 2024-05-22T12:33:07.260Z (6 months ago)
- Topics: arvo, c, hoon, nock, urbit
- Language: hoon
- Homepage: https://urbit.org
- Size: 185 MB
- Stars: 3,397
- Watchers: 132
- Forks: 356
- Open Issues: 476
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-urbit - Urbit
- awesome-starred - urbit/urbit - An operating function (c)
README
# Urbit
[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).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].## Install
To install and run Urbit, please follow the instructions at
[urbit.org/getting-started][start]. You'll be on the live network in a
few minutes.[start]: https://urbit.org/getting-started/
## Contributing
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.
## 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
[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