An operating function
Go to file
~hatteb-mitlyd c5b2463de4 Revert "Revert "fix rub to crash gracefully upon decoding invalid data""
This reverts commit 8c87faf180e00c582b01f7c4e82b77b17933596a.

The previous use-after-free fix appears to alleviate the crash "caused"
by this code.
2014-05-09 12:45:41 -07:00
extras fix typo... 2014-04-04 15:23:15 -04:00
f Style cleanups. 2014-05-07 11:31:54 -07:00
gen164 Revert "Revert "fix rub to crash gracefully upon decoding invalid data"" 2014-05-09 12:45:41 -07:00
include style 2014-05-07 11:36:48 -07:00
outside Use 32-bit bit functions in patricia trie 2014-05-07 10:17:37 -07:00
Spec Various fixes and improvements. 2013-12-08 14:40:16 -08:00
v avoid use-after-free in raft.c 2014-05-09 12:39:14 -07:00
.gitattributes Treat urbit.pill as binary 2014-04-08 17:29:33 -07:00
.gitignore add re2 object directory to gitignore 2014-05-01 16:36:42 -07:00
.travis.yml Support for GCC and CLANG 2014-03-07 13:56:16 -05:00
Makefile actually optimize patricia trie 2014-05-07 10:57:41 -07:00
README.markdown point people to /setup not /doc in the README 2014-04-29 08:54:45 -07:00

Urbit

Build Status

Urbit is a new programming and execution environment designed from scratch. Any resemblance to existing languages or operating systems is coincidental, cosmetic, or inevitable.

There is a lot to explain. For more information, watch a demo screencast and see the Urbit website.

System Requirements

Currently we support OS X, Ubuntu, Debian, and Amazon Linux.

Urbit depends on the following packages:

  • GNU Multiple Precision Arithmetic Library
  • OpenSSL
  • libsigsegv
  • ncurses

Building Urbit

See the website for instructions on building and running Urbit.