On an empty folder:
OS Command/Instructions Windows Download and execute:wget -O - https://openaf.io/mac64/install.sh | sh
Unix x86 Execute on a shell:
wget -O - https://openaf.io/unix64/install.sh | sh
Unix arm32 Execute on a shell:
wget -O - https://openaf.io/arm32/install.sh | sh
Unix arm64 Execute on a shell:
wget -O - https://openaf.io/arm64/install.sh | sh
Use the docker container:
docker run -ti openaf/openaf
(see more in openaf-dockers)
Download just the Java JAR file:
and the execute on an empty folder:
java -jar openaf.jar --install
(storage requirements can be made lower if needed, tbc)
How to run a "Hello World" script Step Instruction Sample 1 Create a "hello.js" fileprint("Hello World!");
2 Execute on the same folder as the "hello.js" file $ openaf -f hello.js
PS > openaf -c "print('Hello World!');"
$ openaf -c 'print("Hello World!");'
Just delete the original empty folder where you executed the install command.
After cloning the repository locally execute:
After building, on the tests sub-folder, the recommend way is to use the just openaf just built:
But you can use a previous stable openaf build if the ow.test and ojob functionality could be broken by your changes.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4