Skip to content

Unofficial translation of download page (stable v1.0.0)

Masayoshi Takahashi edited this page Feb 1, 2014 · 1 revision

(Note: This page is unofficial information. The official statement will be announced by mruby Forum soon.)

Original page: http://forum.mruby.org/download/index.html (in Japanese)

mruby stable version (v1.0.0) download

To install mruby, you need the following software:

mruby stable version v1.0.0 for Linux/Mac OS X

list of evaluated external mrbgems in Linux/Mac OS X

mrbgem name Description remarks/revision
mruby-avl https://github.com/randym/mruby-avl Avl Tree implementation 33c39be273897d061b7fcf0ba83824dcf7517131
mruby-base64 https://github.com/mattn/mruby-base64 Base64 Encoder/Decoder ff5accbb2afd9441bcb8eccee4ed694f6020235c
mruby-config https://github.com/matsumoto-r/mruby-config Config module to share information between C and mruby c54e892984abb611dddaf13e585f41f5f742161f
mruby-digest https://github.com/iij/mruby-digest MD5, RMD160, SHA1, SHA256, SHA384, SHA512 and HMAC Digests fac9f00948a89b58be41e015bcbd6f50be009d91
mruby-dir https://github.com/iij/mruby-dir Dir Class a036be21bc8dfe86eafbd5d33ec9cc9104edf60e
mruby-env https://github.com/iij/mruby-env ENV class implementation 87e73c4c94baa51eb3c3d325fc847ce581565006
mruby-hs-regexp https://github.com/masamitsu-murase/mruby-hs-regexp Light-weight Henry Spencer's Regular Expression a9862c38ff5855f7a0ec56c0bf47205cb9e52ffc
mruby-http https://github.com/mattn/mruby-http HTTP Parser 7904e937523a79044417b69b5db44fb4d53714b9
mruby-io https://github.com/iij/mruby-io IO, File class implementation 8cee36b1b58b7bc092d87b6c5482b654913ec4d4
mruby-json https://github.com/mattn/mruby-json JavaScript Object Notation d58d532f15e75cd89013e06e3b154ba6d089f2e8
mruby-md5 https://github.com/mattn/mruby-md5 MD5 Hash Alghorithm 164887794dd0896d17f80c19d216582ff1e17636
mruby-msgpack https://github.com/suzukaze/mruby-msgpack MessagePack for mruby. e5962676a0766a953af2b4aec1a007a067f054c9
mruby-onig-regexp https://github.com/mattn/mruby-onig-regexp Oniguruma Regular Expression with Oniguruma 5.9.5 (onig-5.9.5.tar.gz) 9634bfbf0c24d9735df27f43c917d54f3e0218e3
mruby-pack https://github.com/iij/mruby-pack Array#pack implementation e641e9a380aeda07ccd99ee9d64724bf56a0f624
mruby-process https://github.com/iij/mruby-process Process interface (waitpid, pid, kill, fork, ppid) 2a7d896a87f4a3dae105911e678a1052a122128a
mruby-require https://github.com/mattn/mruby-require require implementation b687474b9d26c8ee27089d6d84fb1dc8d28bb4b6
mruby-sha2 https://github.com/h2so5/mruby-sha2 SHA2 Hash Algorithm 05e2a6b0daf09adcb47097c7b4a4d7fe1fa05893
mruby-simplehttp-socket https://github.com/y-ken/mruby-simplehttp-socket Simple http client using mruby-socket 1022b40fd0c50fad6fcac58587665fdae56d6a7b
mruby-sleep https://github.com/matsumoto-r/mruby-sleep Sleep Module 3f81ef9d91b24cba2c08562cfeacd7bc81f693bb
mruby-sqlite3 https://github.com/mattn/mruby-sqlite3 SQLite3 Database d4ff485d45441b5e81afc5def30e92561f828980 (Note: support only Mac)
mruby-yaml https://github.com/AndrewBelt/mruby-yaml YAML parser and emitter 80e8f6d3ba8f7302628375ca762ad2e12a8a4e8b

To evaluate external mrbgems, we use mruby on the following OSes:

  • Ubuntu 12.0.4
  • Mac OS X Mavericks

mruby stable version v1.0.0 for Windows

To install mruby on Windows, you also need C compiler. We use Microsoft Visual Studio Express 2013 for Windows Desktop to evaluate mruby on Windows.

mrbgem name Description remarks/revision
mruby-avl https://github.com/randym/mruby-avl Avl Tree implementation 33c39be273897d061b7fcf0ba83824dcf7517131
mruby-base64 https://github.com/mattn/mruby-base64 Base64 Encoder/Decoder ff5accbb2afd9441bcb8eccee4ed694f6020235c
mruby-config https://github.com/matsumoto-r/mruby-config Config module to share information between C and mruby c54e892984abb611dddaf13e585f41f5f742161f
mruby-digest https://github.com/iij/mruby-digest MD5, RMD160, SHA1, SHA256, SHA384, SHA512 and HMAC Digests fac9f00948a89b58be41e015bcbd6f50be009d91
mruby-json https://github.com/mattn/mruby-json JavaScript Object Notation d58d532f15e75cd89013e06e3b154ba6d089f2e8
mruby-md5 https://github.com/mattn/mruby-md5 MD5 Hash Alghorithm 164887794dd0896d17f80c19d216582ff1e17636
mruby-sha1 https://github.com/mattn/mruby-sha1 SHA1 Hash Alghorithm 8d871c7abfe22aa698010cff57f812ed797ebbbc
mruby-sha2 https://github.com/h2so5/mruby-sha2 SHA2 Hash Algorithm 05e2a6b0daf09adcb47097c7b4a4d7fe1fa05893
mruby-sleep https://github.com/matsumoto-r/mruby-sleep Sleep Module 3f81ef9d91b24cba2c08562cfeacd7bc81f693bb

You also can get mruby stable from Github: