I built an experimental open-source tool to run Node.js and Python without Docker

Published: (December 19, 2025 at 09:56 PM EST)
1 min read
Source: Dev.to

Source: Dev.to

Overview

I’ve been experimenting with a small open‑source project called Abix.
The goal is to run Node.js and Python projects in isolated environments without Docker or system‑wide installs. This is an experimental project, built mainly for learning and exploration. Feedback is very welcome 🙂

Abix screenshot

Repository

https://github.com/MiguelArturSB/Abix

Back to Blog

Related posts

Read more »

My initial settings on Mac

Xcode Command Line Tools bash xcode-select --install Homebrew 1. Download the .pkg installer from the Homebrew website and install it. 2. Add Homebrew to your...