Download REBOL/View
Getting Started | ||
Designed for graphical applications on end-user systems.
Don't need graphics? Download REBOL/Core
How to Run It
- Download it. Takes just a few seconds over DSL.
- Run the file. Installation is optional but has advantages.
- Read the security notes below! Important.
Downloads
These packages provide only the executable program. The documents are here.
If you discover a setup problem, please contact us. (We won't know if you don't tell us.)
OS | System/CPU | Version | Date (UTC) | Download | Size |
---|---|---|---|---|---|
Microsoft Windows | 2.7.8.3.1 | 1-Jan-2011 | rebol-view-278-3-1.exe | 0.82 MB | |
Apple OS X PPC | 2.7.8.2.4 | 8-Jan-2011 | rebol-view-278-2-4.tar.gz | 0.59 MB | |
Apple OS X Intel | 2.7.8.2.5 | 2-Jan-2011 | rebol-view-278-2-5.tar.gz | 0.6 MB | |
Linux x86 libc6 2.3 | 2.7.8.4.2 | 2-Jan-2011 | rebol-view-278-4-2.tar.gz | 0.62 MB | |
Linux x86 libc6 2.5 | 2.7.8.4.3 | 6-Jan-2011 | rebol-view-278-4-3.tar.gz | 0.62 MB | |
Linux ARM libc6 | 2.7.8.4.8 | 17-Jan-2016 | rebol-view-278-4-8.tar.gz | 0.57 MB | |
FreeBSD x86 (elf) | 2.7.8.7.2 | 11-Jan-2011 | rebol-view-278-7-2.tar.gz | 0.57 MB | |
OpenBSD x86 4.0 | 2.7.8.9.4 | 9-Jan-2011 | rebol-view-278-9-4.tar.gz | 0.58 MB |
Notes:
- Not familiar with tar.gz? Here's how to unpack a tar.gz and run the program.
- Here's how we do version numbering in REBOL.
- Older versions are here
- REBOL EULA (end user license)
Security Notes
By default REBOL enforces file security. For new users, this may seem restrictive, but it's worthwhile because it helps keep you system safe.
Here are the basics you need to know:
- A security requestor will pop up if a script tries to create or modify any file outside of the public "sandbox" directory.
- Do not allow scripts that you have no reason to trust!
- For your own scripts or ones you trust, you can run REBOL with -s option to disable security. You can make this an editor command or icon shortcut for easy operations.
- See the secure function if you want to restrict access to specific sandbox file directories.
- Read our Privacy Policy. We do not collect or store information.