All Projects → urbit → Urbit

urbit / Urbit

Licence: mit
An operating function

Programming Languages

c
50402 projects - #5 most used programming language
typescript
32286 projects
haskell
3896 projects
javascript
184084 projects - #8 most used programming language
Nix
1067 projects
CSS
56736 projects

Projects that are alternatives of or similar to Urbit

suite
arvo enrichment
Stars: ✭ 78 (-97.37%)
Mutual labels:  urbit, hoon, arvo
create-landscape-app
Get started making a simple app for Landscape with a few commands.
Stars: ✭ 77 (-97.41%)
Mutual labels:  urbit, hoon
Nock
HTTP server mocking and expectations library for Node.js
Stars: ✭ 11,131 (+274.78%)
Mutual labels:  nock
urbit-visor
Urbit Visor is an extension which transforms your web browser into a first class Urbit client.
Stars: ✭ 65 (-97.81%)
Mutual labels:  urbit
nodejs-graphql-template
Template project for Node.js® GraphQL APIs
Stars: ✭ 13 (-99.56%)
Mutual labels:  nock
home-urbit
Sovereign software for the Urbit internet appliance.
Stars: ✭ 56 (-98.11%)
Mutual labels:  urbit
urbit-content-archiver
A CLI application which allows you to archive Urbit channels and all linked content in them.
Stars: ✭ 33 (-98.89%)
Mutual labels:  urbit
currency-api
A demo project on how to test a node/express app with Mocha, Nock and proxyquire (MNP) and code coverage with nyc/istanbul.
Stars: ✭ 19 (-99.36%)
Mutual labels:  nock
jest-playback
Record and playback http requests from your Jest tests
Stars: ✭ 51 (-98.28%)
Mutual labels:  nock
urbit-docker
No description or website provided.
Stars: ✭ 16 (-99.46%)
Mutual labels:  urbit
urbit
Connects to a running Urbit ship via JavaScript
Stars: ✭ 17 (-99.43%)
Mutual labels:  urbit

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:

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/using/install. You'll be on the live network in a few minutes.

If you're interested in Urbit development, keep reading.

Development

License Build Nix Cachix

Urbit uses Nix to manage builds. On Linux and macOS you can install Nix via:

curl -L https://nixos.org/nix/install | sh

You can optionally setup Nix to pull build artefacts from the binary cache that continuous integration uses. This will improve build times and avoid unnecessary recompilations of common dependencies. Once Nix has been installed you can setup Cachix via:

nix-env -iA cachix -f https://cachix.org/api/v1/install
cachix use ares

The Makefile in the project's root directory contains useful phony targets for building, installing, testing, and so on. You can use it to avoid dealing with Nix explicitly.

To build the Urbit virtual machine binary, for example, use:

make build

The test suite can similarly be run via a simple:

make test

Note that some of the Makefile targets need access to pills tracked via git LFS, so you'll also need to have those available locally:

git lfs install
git lfs pull

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, how we manage issues, and so on.

For instructions on contributing to Landscape, see its guidelines.

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].