An operating function
Go to file
2023-01-18 11:47:58 -05:00
.github Merge pull request #6190 from urbit/m/min-mingw 2023-01-05 10:13:09 -08:00
bin contact-store: no-op if adding old contact 2022-12-12 13:03:41 -07:00
doc/spec docs: remove http-ports.txt 2022-03-04 19:36:26 -06:00
extras Misc cleanup blocking CC-Release. (#1249) 2019-04-24 17:27:27 -07:00
nix nix: update linux-aarch64 overlay to exclude macos m1 2022-11-14 23:15:01 -05:00
pkg Merge pull request #6157 from urbit/lf/rebuild-wait-2 2023-01-04 13:10:00 -06:00
sh build: remove haskell related nix code and haskell.nix dependency 2021-12-08 10:06:42 +01:00
.eslintrc.js meta: rework precommit linting for multiple packages 2021-07-02 10:40:57 +10:00
.gitattributes meta: enforce LF newlines for all hoon and hoon related files 2021-11-25 10:58:21 -05:00
.gitignore Merge branch 'master' into release/next-vere 2021-10-05 11:33:08 -04:00
.ignore Can now |hi to King Haskell over Ames! (and merged Master) 2019-07-31 22:16:02 -07:00
.mailmap mailmap: add pkova [ci skip] 2020-01-30 15:53:19 +04:00
.nvmrc deps: peg node version in project root 2022-02-24 16:46:49 -06:00
.stylish-haskell.yaml stylish-haskell 2019-07-12 12:27:15 -07:00
.vercelignore ci: allows us to deploy frontends to vercel 2021-09-15 11:42:22 -05:00
CONTRIBUTING.md Clarify instructions based on feedback 2023-01-13 19:11:30 -08:00
default.nix nix: enable aarch64-linux platform string 2022-11-11 10:43:38 -05:00
lerna.json grid: init combination from liam + hunter 2021-08-13 18:11:16 -05:00
LICENSE.txt Restore toplevel LICENSE.txt file. 2020-01-28 13:24:39 -08:00
MAINTAINERS.md Clarify instructions based on feedback 2023-01-13 19:26:25 -08:00
Makefile build: removes herb from top-level Makefile, shell.nix 2022-06-03 14:40:08 -04:00
package-lock.json groups: Add fingerprintjs 2022-03-25 14:25:07 -05:00
package.json deps: peg node version in project root 2022-02-24 16:46:49 -06:00
README.md Fix vere link and remove herb link 2023-01-18 11:47:58 -05:00
shell.nix build: removes herb from top-level Makefile, shell.nix 2022-06-03 14:40:08 -04:00

Urbit

Urbit 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

For the Runtime, see Vere. For more on the identity layer, see Azimuth. To manage your Urbit identity, use Bridge.

Install

To install and run Urbit, please follow the instructions at urbit.org/getting-started. You'll be on the live network in a few minutes.

Contributing

Contributions of any form are more than welcome! Please take a look at our contributing guidelines for details on our git practices, coding styles, and how we manage issues.

You might also be interested in joining the urbit-dev mailing list.

Release

For details about our release process, see the maintainers guidelines