Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
forked from xyOz-dev/Saturn

Your personal swarm of employees, without the salary.

Notifications You must be signed in to change notification settings

orangebread/Saturn

Repository files navigation

πŸͺ

Your personal swarm of employees, without the salary.

.NET OpenRouter GitHub Stars


Warning: Some hotkeys may not work on Unix systems, we are looking into a fix (This issue is caused by the ui framework terminal.gui)

πŸ“‹ Prerequisites
  • .NET 8.0 SDK or later
  • Git (Saturn requires a Git repository)
  • OpenRouter API Key (Get one here)

πŸ“¦ Installation

Install as .NET Global Tool (Recommended)

# Install from NuGet
dotnet tool install --global SaturnAgent
# Or install from local package
dotnet tool install --global --add-source ./nupkg SaturnAgent

πŸš€ Quick Start

1️⃣ Set up your API key

# Windows (Command Prompt)
setx OPENROUTER_API_KEY your-api-key-here
# Windows (PowerShell)
$env:OPENROUTER_API_KEY = "your-api-key-here"
# macOS/Linux
export OPENROUTER_API_KEY="your-api-key-here"

2️⃣ Launch Saturn

# If installed as global tool
saturn
# If running from source
dotnet run --project Saturn

πŸ—οΈ Build Instructions
# Clone repository
git clone https://github.com/xyOz-dev/Saturn.git
cd Saturn
# Restore dependencies
dotnet restore
# Build in Release mode
dotnet build -c Release
# Create NuGet package
dotnet pack -c Release
# Run tests (if available)
dotnet test

About

Your personal swarm of employees, without the salary.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 98.5%
  • Other 1.5%

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /