Skip to content

Latest commit

 

History

History
104 lines (73 loc) · 3.82 KB

File metadata and controls

104 lines (73 loc) · 3.82 KB

CS Native

README Language
🇨🇳 中文 · 🇺🇸 English · 🇰🇷 한국어 · 🇸🇦 العربية · 🇩🇪 Deutsch · 🇫🇷 Français · 🇻🇦 Latina

Release workflow Pages workflow Latest release

CS Native icon

CS Native is a local provider/runtime control plane for Claude Science.

It runs Claude Science in an isolated sandbox, routes model requests to your configured third-party provider, and keeps the official Claude mode as a separate entry.

CS Native flow animation

What It Is

CS Native is not a single DeepSeek/Qwen switcher. It is a local control panel for:

  • Managing provider profiles: base URL, API key, adapter, default model, and Science model mapping.
  • Starting the local proxy, virtual OAuth, Claude Science sandbox, and fresh nonce public entry.
  • Keeping third-party model mode inside an isolated sandbox.
  • Keeping official Claude mode independent for the real Claude Science path.

Basic Usage

  1. Open Models & Keys.
  2. Choose a built-in provider preset or create a custom provider.
  3. Fill in base URL, API key, adapter, default model, and Science model mapping.
  4. Click Verify.
  5. Return to Start, select an enabled provider with a saved key, and click Start.
  6. Switch to Official Claude when you want the real Claude Science path.

i18n

CS Native supports zh-CN, en, ko, ar, de, fr, and la.

  • Desktop app: language selector in the sidebar.
  • GitHub Pages: language selector in the header.
  • Arabic uses RTL layout in the app and website.

Screens

Start

Start page

Models & Keys

Models and keys

Network

Network page

Logs

Logs page

Download

Product page: https://eust-w.github.io/CSNative/

Latest builds are available from GitHub Releases.

System / Arch Asset Content
macOS Apple Silicon CSNative-v*-darwin-arm64.zip macOS .app bundle
macOS Intel CSNative-v*-darwin-amd64.zip macOS .app bundle
Windows x64 CSNative-v*-windows-amd64.zip Windows executable package
Linux x64 CSNative-v*-linux-amd64.tar.gz Linux executable package
All platforms checksums.txt SHA-256 checksums

Runtime Boundary

  • Config directory: ~/.csnative
  • Sandbox HOME: ~/.csnative/sandbox/home
  • Local log: ~/.csnative/logs/csnative.log
  • Provider keys are stored in ~/.csnative/config.json with 0600 permissions.
  • CS Native does not write to the real Claude Science credential directory.

Source

See the canonical Chinese README at README.md, and the brand notes at docs/brand.md.