Skip to content

Install

Distribution of RayforceDB is currently happening via native installation from source.

Platform Is supported?
Linux x86_64
MacOS arm64
Windows coming soon

For Linux installation, you will need to install GCC.

For MacOS installation, you will need to install Clang

Installation process

  1. Clone the library from https://github.com/RayforceDB/rayforce
    ~ $ git clone https://github.com/RayforceDB/rayforce && cd rayforce
    
  2. Compile the latest version
    ~ $ make release
    
  3. Make your first query
    ~ $ ./rayforce
     (sum [2 3 4 5 6 7 8 9])
    44