Featured

Building a Fully Local, System-Wide AI Agent CLI on Linux

Cloud-based agentic CLI tools are undeniably convenient, but sending internal terminal workflows, system commands, and proprietary files to third-party endpoints is a persistent privacy risk. Running a fully local, autonomous agent directly on your workstation eliminates subscription costs, avoids rate limits, and grants you unconstrained access across all your attached drives. This guide details how to pair Ollama with Open Interpreter on modern Linux (Ubuntu), resolve tricky runtime quirks like Python 3.14 native builds and removed modules, map persistent storage, and create a one-click desktop launcher. System Architecture The setup consists of two layers: Inference Engine (Ollama): Serves local open-weight models with hardware GPU acceleration. Agent Harness (Open Interpreter): Interprets natural language queries, writes code, and executes Bash or Python commands directly on your system. For agentic coding and file management, qwen2.5-coder:14b provides an optimal balance of c...

How to use SteamVR with Oculus Go

SteamVR allows you to play steam games that support virtual reality and you can use it with the oculus Go thanks to ALVR by developer polygraphene on GitHub 

Download the windows installer and the apk file

Sideload the apk onto your oculus Go

"Note that many PCVR games require 6DoF controller or multiple buttons, so you might not able to play those games. You can find playable games in List of tested VR games and experiences."



Tip: if you're having trouble connecting your headset, try allowing the UDP port 9944 in your firewall settings

Launch ALVR on your PC and then launch the ALVR app on your headset and wait for it to connect 

One of the caveats with the oculus Go is you'll need to start the game directly on your PC via it's desktop shortcut. 



I still haven't tested my gamesir wireless controller. If you have any luck let us know in the comments 

Comments