oak
Version, currently master branch1 version
- master branchlatestNov 5, 2021
github.com/jonathandey/oak
A ray browser alternative
2 stars
0 dependents
License: MIT
Installation
# Add this to your shard.yml
dependencies:
oak:
github: jonathandey/oak
branch: mastermaster is a branch, not a release, so this tracks it rather than pinning a version.
Then run:
shards installshard.yml
- Crystal
1.2.1- License
- MIT
- Author
- Jonathan Dey
- Target
oakfrom src/oak.cr
Dependencies
Runtime Dependencies
- kemal*github: kemalcr/kemal
README
Oak
An alternative to the ray app, written in Crystal, that you use in your browser.
Installation
First, ensure you have Crystal installed
git clone https://github.com/jonathandey/oak
shards install
export KEMAL_ENV=production
crystal build -o ./oak --release src/oak.cr
Usage
Run the oak server:
./oak
Then navigate to http://127.0.0.1:23517/console
Finally, start sending ray data using the PHP ray() function
Development
git clone https://github.com/jonathandey/oak
crystal run src/oak.cr
Contributing
- Fork it (https://github.com/jonathandey/oak)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Contributors
- Jonathan Dey - creator and maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This branch
- Branch
master- Seen
- Nov 5, 2021
- Crystal
1.2.1- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/jonathandey/oak
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 13, 2026
- Synced
- Aug 13, 2026
- Versions
- 1