Releases: CoNET-project/seguro-platform
Releases · CoNET-project/seguro-platform
Silent Pass Proxy
Update: 21/Oct 2025
Bug fix & new UI
Update: 3/Oct 2025
Add Edit to menu ba
Local Proxy Server: Support http, Sock4, Socks5 Protocol
Support Windows 10~, Linux & MacOS
Local Proxy Auto-Config (PAC) Url: http://localhost:3002/pac
Proxy server: localhost
Port number: 3002
Run in NodeJS
git clone https://github.com/CoNET-project/CONET-Gateway.git
cd CONET-Gateway
yarn install
yarn local
Then open local URL with Browser
http://localhost:3001/electron/index.html
run CONET Daemon with Docker file:
- docker run -d -p 3001:3001 -p 3002:3002 conetnetwork/conet-daemon:latest
- Use browser to open CoNET Platform
URL = http://localhost:3001/electron/index.htm
Open Source
- UI https://github.com/CoNET-project/SilentPassUI
- Android https://github.com/CoNET-project/SilentPass-Android
- iOS https://github.com/CoNET-project/SilentPass-iOS
- Desktop backend https://github.com/CoNET-project/CONET-Gateway
- Desktop pack via Electron https://github.com/CoNET-project/SilentPassProxy-Mac