To use OpenWF, you only need to download the DLL and put it in your game's installation folder (the one where Warframe.x64.exe is in).
The DLL is fully documented here, but the most important point is that, while the game is running, you can visit http://localhost:6155/ to manage options, cheats, and scripts.
Next steps: By default, the DLL redirects requests to localhost — meaning the same machine you're playing on — so you'll either need to set up a server or change the server_host to point to a different machine that's already got a server running.
git clone https://openwf.io/SpaceNinjaServer.git in a command prompt to download SpaceNinjaServer in the current working directorycd SpaceNinjaServer)copy config.json.example config.json to create a config.json from config.json.examplegit clone https://openwf.io/0.git in the static/data foldernpm install --omit=dev to install library dependenciesnpm run build to build the servernpm run start to start the server anytimeWindows users can simply double-click the UPDATE AND START SERVER.bat, but otherwise the steps are pretty simple:
git pull in the SpaceNinjaServer foldergit pull in the static/data/0 foldernpm install --omit=dev to synchronize library dependenciesnpm run build to build the servernpm run start to start the server againIn addition to SpaceNinjaServer, you can also set up an IRC server for the in-game chat: