π namira-core 1.2.1
Release Date: 2025-07-02T20:43:31Z
High-performance proxy configuration checker and validator.
π¦ Installation
Quick Install (Linux/macOS)
Download and install latest version
curl -sSL "https://github.com/NamiraNet/namira-core/releases/download/v1.2.1/namira-core_1.2.1_$(uname -s)_$(uname -m).tar.gz" | tar -xz
chmod +x namira-core
sudo mv namira-core /usr/local/bin/
Or download binary directly from assets below
Docker
docker run --rm -p 8080:8080 ghcr.io/namiranet/namira-core:1.2.1
π Quick Start
Start API server
namira-core api --port 8080
Check health
curl http://localhost:8080/health
Test configurations
curl -X POST http://localhost:8080/scan \
-H "Content-Type: application/json" \
-d '{"configs": ["vmess://..."]}'
What's New
Changelog
π Bug Fixes
- 254dae3: fix: docker consolidate directory creation and fix permissions (@sudosz)
- d762559: fix: update docker compose config and fix service settings (@sudosz)
π Documentation
Checksums: checksums.txt β’ Docker: ghcr.io/namiranet/namira-core:1.2.1
π Docs β’ π Issues β’ π¬ Discussions