Skip to content

v1.2.1

Latest

Choose a tag to compare

@sudosz sudosz released this 02 Jul 21:48

πŸŽ‰ 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

  • 2dee8c9: docs: update Redis version requirement from 7.2+ to 8.0+ (@sudosz)

Checksums: checksums.txt β€’ Docker: ghcr.io/namiranet/namira-core:1.2.1

πŸ“– Docs β€’ πŸ› Issues β€’ πŸ’¬ Discussions