neutrino
Health Uyari
- License — License: MIT
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Low visibility — Only 5 GitHub stars
Code Gecti
- Code scan — Scanned 12 files during light audit, no dangerous patterns found
Permissions Gecti
- Permissions — No dangerous permissions requested
Bu listing icin henuz AI raporu yok.
A mini developer hub for your network access, credentials, machines, AI, storage, and remote workflow.
One box at home. Every machine you own inherits it.
English · 中文
A neutrino passes through walls without touching them.
The wall is still there. It just stops being yours.
Install · Documentation · What it does · Panel · Why
What it does
In one line: the hub manages your machines and publishes the services they provide; a client on your LAN, or one that reaches the hub from outside through the overlay, gets the same services.
Each part has its place. The hub runs on one always-on Linux box and handles the network, the overlay, the proxy and the AI gateway. The agent runs on every Linux machine you manage and provides that machine's shares, git server, containers, storage and desktop. The client runs on every computer you sit at and turns those services into buttons in a window.
| What you can do | Where |
|---|---|
| Pick the box's shape (server, side gateway, router), give each interface a role, choose the networks the panel listens on | Network |
| Join a NetBird network or create an EasyTier one, and reach the LAN through the box from outside | Overlay |
Import exit nodes from ss:// and vless:// links, open SOCKS ports, split traffic by device and destination |
Proxy |
| Put API providers and subscription accounts behind one endpoint, with a key per client | AI |
| Enroll a machine by link or over SSH, read its vitals, reboot or wake it, open its shared desktop | Devices |
| Make a link for a person's computer, then enable, disable or delete that client | Clients |
| Read what is published, and declare a web address, a TCP port or an SMB share by hand | Services |
| Store SSH keys, logins and tokens once, sealed in the vault, for the pages that sign in with them | Credentials |
| Change the password and language, download or restore a backup, read the three versions | Settings |
Supported platforms
| Hub | Versions | Architectures | Package |
|---|---|---|---|
| Debian family | Debian 12 and newer, Ubuntu 24.04 and newer, Raspberry Pi OS 64-bit (bookworm and newer) | x86-64, ARM64 | .deb |
| Fedora and RHEL | Fedora 41 and newer; RHEL 9 family (AlmaLinux, Rocky) with EPEL | x86-64, ARM64 | .rpm |
| Arch family | Arch, EndeavourOS, Manjaro | x86-64 | .pkg.tar.zst |
| Agent | Versions | Architectures | Package |
|---|---|---|---|
| Debian family | Debian 12 and newer, Ubuntu 24.04 and newer, Raspberry Pi OS 64-bit | x86-64, ARM64 | .deb |
| Fedora and RHEL | Fedora 41 and newer; RHEL 9 family | x86-64, ARM64 | .rpm |
| Client | Versions | Architectures | Package |
|---|---|---|---|
| Debian family | Debian 12 and newer, Ubuntu 24.04 and newer, with a desktop session | x86-64, ARM64 | .deb |
| Fedora and RHEL | Fedora 41 and newer; RHEL 9 family, with a desktop session | x86-64, ARM64 | .rpm |
| Windows | Windows 10 and 11 | x86-64 | .msi |
| macOS | Apple silicon | ARM64 | .pkg |
Install
Hub · Debian, Ubuntu, Raspberry Pi OSsudo apt install ./neutrino-hub_0.2.0_amd64.deb
sudo nhub setup
nhub setup opens a six-screen wizard in your browser. When it finishes, the panel is at http://<hub>:8080, where <hub> is the box's address.
sudo dnf install ./neutrino-hub-0.2.0-1.x86_64.rpm
sudo nhub setup
On RHEL, AlmaLinux and Rocky, run sudo dnf install -y epel-release first: fail2ban, arp-scan and vnstat come from EPEL. The wizard then runs as it does on Debian, and the panel is at http://<hub>:8080.
sudo pacman -U neutrino-hub-0.2.0-1-x86_64.pkg.tar.zst
sudo nhub setup
Setup runs the same six-screen wizard, and the panel is at http://<hub>:8080 afterwards.
sudo apt install ./neutrino-agent_0.2.0_amd64.deb # Debian family
sudo dnf install ./neutrino-agent-0.2.0-1.x86_64.rpm # Fedora family
sudo nagent connect '<link>'
<link> is what Add by link on the Devices page shows; it is valid for five minutes, and the machine then appears under Managed devices.
sudo apt install ./neutrino-client_0.2.0_amd64.deb # Debian family
sudo dnf install ./neutrino-client-0.2.0-1.x86_64.rpm # Fedora family
nclient gui
Run the client from your own account, then paste the link from the Clients page into the window.
Client · Windows 10 and 11, macOS on Apple siliconmsiexec /i neutrino-client-0.2.0-windows-amd64.msi # Windows
sudo installer -pkg neutrino-client-0.2.0-macos-arm64.pkg -target / # macOS
Opening the .msi from Explorer, or the .pkg from its context menu with Open, runs the same installer. The Windows installer offers to put nclient on PATH. The client then sits in the taskbar corner on Windows or in the menu bar on macOS.
Every file is on the releases page, and the site's install pages have the screenshots: the hub, the agent and the client.
Documentation
Quick start · Overview · Troubleshooting
The services
| Client panel | What the hub publishes | Where the entry comes from | The button |
|---|---|---|---|
| Web | a link | the Gitea module, or declared by hand | Open |
| Ports | a TCP port | a container's published port, or declared by hand | Connect |
| AI | the gateway endpoint and a key | the AI gateway on the hub | Config, Apply |
| Files | an SMB share | the Samba module, or declared by hand | Config, Mount |
| Remote desktops | a desktop the machine shares | sudo nagent rdp start on that machine |
Connect |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
The panel

What runs where
| Package | Runs on | Runs as | Does |
|---|---|---|---|
neutrino-hub |
one Linux box, x86-64 or ARM64 | root, the panel and its units | the router (xray, nftables, dnsmasq), the AI gateway, the overlay, devices, clients, the vault |
neutrino-agent |
every Linux machine the hub manages | root, headless, listens on nothing | Samba, Gitea, Podman, ZFS and the RustDesk host on that machine |
neutrino-client |
Linux, Windows and macOS | a person's session | the tray and the window: open, forward, mount, view a desktop, switch the AI tools |
The three packages share one version number, and the panel marks an agent or a client on another version for upgrade. The hub's own machine runs an agent too, as one device among the others. Every module runs under an agent on the machine that has the disk or the GPU, so the hub box stays small.
Security
- The hub and the agent run as root; the client runs as the person, and its one privileged step is a polkit helper that mounts a share.
- The panel is plain HTTP, for the LAN and the overlay: the password is not protected from someone reading the wire, so keep the panel on a network you own. It is protected from guessing: five free attempts, then each failure locks login for 30 s, 60 s, 5 min, an hour, a day; and fail2ban bans an address that hammers SSH on the same ladder.
- Everything between the hub and its agents and clients is TLS. An enrollment link is valid for five minutes and is consumed once, and the channel pins the hub's certificate by the fingerprint inside that link, so a machine that joined speaks only to the hub it joined.
- The vault is sealed under the passphrase set during setup.
Why I built it
![]() Reaching the tools was the first problem. |
![]() I go travelling. The workstation does not. |
![]() No machine of mine is difficult. All of them together are. |
![]() Data grows quietly. |
![]() Everything worked. Each thing lived somewhere else. |
![]() I was tired of copying the same keys around. |
| Component | Parts |
|---|---|
| Hub | router (xray, nftables, dnsmasq) · AI gateway (CLIProxyAPI, a key per client, metering) · overlay (NetBird, EasyTier) · panel (FastAPI, React, /ws/events) · vault |
| Agent | samba · gitea · podman · zfs · RustDesk host · terminal and file streams |
| Client | tray and window · port forwarder · mount helper · cc-switch · RustDesk viewer |
pip install -e "hub[dev]" && pip install -e agent && pip install -e client
black --check hub agent client
cd hub && pytest -q
cd hub/frontend && npm run build
nhub apply --dry-run
Python 3.12 or newer, Node 24 or newer, black and pytest; hub/, agent/ and client/ are the three packages, config/ the source of truth at runtime, docs/ the site and packaging/ the VM rig. The contributor standard is AGENTS.md.
Acknowledgements
Neutrino configures and includes work by others:
- Xray-core, the proxy core behind the Proxy page
- CLIProxyAPI, the AI gateway
- cpa-usage-keeper, the usage metering beside it
- NetBird, one of the two overlay engines
- EasyTier, the other overlay engine
- cc-switch, which points the AI tools at the gateway
- RustDesk, the remote desktop host and viewer
- Gitea, the git server a machine hosts
- Samba, the SMB server a machine hosts
- Podman, the container runtime a machine hosts
- OpenZFS, the pools and datasets a machine hosts
- dnsmasq, DHCP and DNS on the served networks
- hostapd, the access point on a wireless LAN
- v2fly geodata, the direct lists for split routing
Claude Code and ChatGPT assisted with implementation, debugging, design and documentation; the author reviews every release.
License
MIT.
Let creation be fun again.
Spend less time maintaining the environment.
Spend more of it on whatever made you build one in the first place.
Yorumlar (0)
Yorum birakmak icin giris yap.
Yorum birakSonuc bulunamadi


















