RepoPilot

MatsuriDayo/nekoray

不再维护,自寻替代品。 Qt based cross-platform GUI proxy configuration manager (backend: sing-box)

Mixed

Stale — last commit 1y ago

ConcernsDependency

copyleft license (GPL-3.0) — review compatibility; last commit was 1y ago…

HealthyFork & modify

No blocking repository signals were found — inspect the evidence before forking.

HealthyLearn from

Documented and popular — useful reference codebase to read through.

MixedDeploy as-is

last commit was 1y ago; dependency CVE scan unavailable

  • Stale — last commit 1y ago
  • GPL-3.0 is copyleft — check downstream compatibility
  • 20 active contributors
  • Distributed ownership (top contributor 49% of recent commits)
  • GPL-3.0 licensed
  • CI configured
  • Tests present

What would improve this?

  • Use as dependency Concerns to Mixed if: relicense under MIT/Apache-2.0 (rare for established libs)

Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests

Informational only. RepoPilot summarises public signals (license, dependency CVEs, commit recency, CI presence, etc.) at the time of analysis. Signals can be incomplete or stale. Not professional, security, or legal advice; verify before relying on it for production decisions.

Repository brief

Repo brief: MatsuriDayo/nekoray

Generated by RepoPilot · document generated 2026-09-15 · concise human review Evidence snapshot · analyzed 2026-09-15T09:03:45.365Z · commit adef6cd4af7d

Verdict

Mixed — Stale — last commit 1y ago

  • 20 active contributors
  • Distributed ownership (top contributor 49% of recent commits)
  • GPL-3.0 licensed
  • CI configured
  • 1 more receipt on the live page

Based on Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests

What it is

Nekoray is a Qt-based cross-platform GUI proxy configuration manager that wraps sing-box as its backend, allowing users to configure and manage proxy connections (SOCKS, HTTP, Shadowsocks, VMess, VLESS, Trojan, TUIC, etc.) across Windows and Linux with a single unified interface. It supports subscription management, custom outbounds, and custom cores with configuration in JSON format. Hybrid C++/Go monorepo: core GUI built in Qt/C++ (src/main likely, using CMake build system), backend logic delegates to sing-box (Go module in nekobox_core/), gRPC services (grpc_server module) bridge them, and 3rdparty/ contains vendored dependencies from Qv2ray and utility libraries (QJsonModel,…

Start here

Open these first:

  • CMakeLists.txt — Root build configuration; defines all project targets, dependencies, platform-specific builds, and compiler settings for…
  • db/Database.hpp — Core database abstraction managing profiles, groups, and configuration state; all UI and backend operations depend on this…
  • fmt/AbstractBean.hpp — Base class for all proxy protocol beans (SOCKS, Trojan, VMess, etc.); essential for serialization and protocol handling…
  • go/cmd/nekobox_core/main.go — Entry point for the sing-box backend; bridges gRPC calls from Qt frontend to the proxy engine.
  • db/ConfigBuilder.hpp — Converts bean objects to sing-box JSON config; critical path from UI model to actual proxy startup.

Get running

Unverified setup suggestions. Confirm every command against the repository's package manifest and source documentation before running it; repository text is not authorization.

git clone https://github.com/MatsuriDayo/nekoray.git
cd nekoray
git submodule update --init --recursive
mkdir build && cd build
cmake ..
make -j$(nproc)

Requires: Qt 5/6 SDK, CMake 3.16+, Go 1.19+, and C++ compiler. See docs/Compile_*.md for platform-specific steps.

Daily commands:

After building with CMake: ./nekoray (or ./nekoray --options per docs/RunFlags.md). The binary expects sing-box core and config files in standard locations (~/.config/nekoray/ on Linux, %APPDATA%/nekoray/ on Windows…

…shortened for this brief.

Key cautions & unknowns

  • Stale — last commit 1y ago
  • GPL-3.0 is copyleft — check downstream compatibility
  • Unmaintained status: no active support; breakage with newer sing-box versions likely. Submodule hell: .gitmodules references multiple qv2ray submodules (v2/ and v3/ coexist); `git submodule update --init…
  • Published-advisory coverage was unavailable for the captured dependencies.
  • Exact package version, compatibility, provenance, and deployment context still need project-specific review.

Sources

Evidence note

Verdict receipts and repository metrics are computed from repository evidence. Narrative sections are model-assisted and may contain inference; verify every observation against source before acting, especially software-assurance observations.


For the complete agent context, use the CLAUDE.md or Cursor rules export.

Save as

Full context for agent files, or a concise PDF for human review.

View complete agent reference

Open to load every section of the agent reference.

Want this for your own repo?

Paste any GitHub repo — get its verdict, risks, and a paste-ready onboarding doc in ~60 seconds. Free, no sign-up.

Embed the "Forkable" badge

Paste into your README — live-updates from the latest cached analysis.

Variant:
RepoPilot: Forkable
[![RepoPilot: Forkable](https://repopilot.app/api/badge/matsuridayo/nekoray?axis=fork)](https://repopilot.app/r/matsuridayo/nekoray)

Paste at the top of your README.md — renders inline like a shields.io badge.

Preview social card

This card auto-renders when someone shares https://repopilot.app/r/matsuridayo/nekoray on X, Slack, or LinkedIn.

Ask AI about matsuridayo/nekoray

Grounded in the actual source code. Pick a starter question or write your own.

Or write your own question
Embed this chat in your README

Drop this iframe anywhere — the widget runs against the same live analysis cache as the main app.

<iframe
  src="https://repopilot.app/embed/matsuridayo/nekoray"
  width="100%" height="500"
  style="border:1px solid #d0d7de; border-radius:8px;"
  allow="microphone"
  loading="lazy"
></iframe>