https://github.com/sazid/zeuz_node
ZeuZ Node - download and run (no installations necessary).
https://github.com/sazid/zeuz_node
go python zeuz-node
Last synced: 3 months ago
JSON representation
ZeuZ Node - download and run (no installations necessary).
- Host: GitHub
- URL: https://github.com/sazid/zeuz_node
- Owner: sazid
- Created: 2022-02-08T21:46:52.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-26T11:06:02.000Z (almost 3 years ago)
- Last Synced: 2025-01-05T21:34:24.744Z (5 months ago)
- Topics: go, python, zeuz-node
- Language: Go
- Homepage:
- Size: 26.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ZeuZ Node
[](https://github.com/sazid/zeuz_node/actions/workflows/go.yml)
ZeuZ Node is a software automation tool written in Python. The aim of this
project is to produce a self contained exe/binary file that you can run and
forget - it'll take care of all the menial tasks for you (see below).## Download
Please see the [RELEASES](https://github.com/sazid/zeuz_node/releases) page. It
contains builds for "AMD64/x86-64" and "ARM64" architectures for respective
OSes.## What does it do?
1. Embed python inside the executable.
2. Auto update zeuz node to latest available MINOR or PATCH versions.
3. Auto install python.
4. Launch ZeuZ Node with the new python installation or any previous python
installation.### Note
This project graduated from a proof-of-concept to a solution that seems to be
working really well (saves a lot of unnecessary time spent for installations or
misconfigurations).