Monitor, Analyze, and Secure Your System Processes with Intelligence
Features • Installation • Quick Start • Documentation • Contributing
|
|
Linux / macOS:
curl -fsSL https://raw.githubusercontent.com/rexreus/Graveyard/main/setup/install.sh | bashWindows (PowerShell):
irm https://raw.githubusercontent.com/REXREUS/Graveyard/main/setup/install.ps1 | iexDownload the latest binary for your platform:
| Platform | Architecture | Download |
|---|---|---|
| 🪟 Windows | x64 | graveyard.exe |
| 🐧 Linux | x64 | graveyard |
| 🐧 Linux | ARM64 | graveyard-arm |
| 🍎 macOS | Intel | graveyard-darwin |
| 🍎 macOS | Apple Silicon | graveyard-darwin-arm |
# Clone the repository
git clone https://github.com/REXREUS/Graveyard.git
cd Graveyard
# Install dependencies
go mod download
# Build
./setup/build.sh # Linux/Mac
setup\build.bat # WindowsgraveyardPress s in the app to open Settings, or create .env file:
cp .env.example .envGet your free API keys:
- 🤖 Gemini API - For AI analysis
- 🛡️ VirusTotal API - For malware scanning
Add to .env:
GEMINI_API_KEY=your_api_key_here
VIRUSTOTAL_API_KEY=your_virustotal_api_key_here| Key | Action | Description |
|---|---|---|
↑ ↓ |
Navigate | Move through process list |
i |
🤖 AI Inspect | Analyze process with Gemini AI |
t |
🛡️ Threat Scan | Check with VirusTotal + AI |
k |
Terminate selected process | |
s |
⚙️ Settings | Configure API keys |
q / Esc |
🚪 Quit | Exit application |
- 🔍 System Monitoring - Track resource usage in real-time
- 🛡️ Security Auditing - Scan suspicious processes
- 🐛 Debugging - Identify resource-hungry applications
- 📊 Performance Analysis - Optimize system performance
- 🔒 Malware Detection - Check for threats with VirusTotal
| Traditional Tools | 🪦 Graveyard |
|---|---|
| Basic process list | ✨ AI-powered insights |
| Manual analysis | 🤖 Automated intelligence |
| No security checks | 🛡️ Built-in malware scanning |
| Complex interfaces | 🎨 Clean, intuitive UI |
| Platform-specific | 🌍 Cross-platform |
- Runtime: No dependencies needed (standalone binary)
- Build: Go 1.21+ (only for building from source)
- Terminal: Unicode support recommended
- Network: Internet connection for AI features
Permission Denied when Killing Process
Some processes require elevated privileges:
- Windows: Run as Administrator
- Linux/macOS:
sudo graveyard
AI Features Not Working
- Press
sto check API key configuration - Verify internet connection
- Check logs:
graveyard.log - Ensure API keys are valid
Binary Not Found After Install
- Windows: Restart terminal to refresh PATH
- Linux/macOS: Check
/usr/local/binis in PATH
Graveyard takes security seriously:
- 🔐 API keys stored securely in
.env(permissions: 0600) - 🚫
.envautomatically excluded from git - 🔄 Supports key rotation
- 📊 No data collection or telemetry
Security Best Practices:
# Never commit secrets
echo ".env" >> .gitignore
# Set proper permissions
chmod 600 .env
# Rotate keys regularly
# Monitor usage in provider dashboardsSee SECURITY.md for detailed information.
Linux / macOS:
curl -fsSL https://raw.githubusercontent.com/REXREUS/Graveyard/main/setup/uninstall.sh |bashWindows:
irm https://raw.githubusercontent.com/REXREUS/Graveyard/main/setup/uninstall.ps1 | iexWe love contributions! Here's how you can help:
- 🍴 Fork the repository
- 🌿 Create a feature branch (
git checkout -b feature/amazing) - 💾 Commit your changes (
git commit -m 'Add amazing feature') - 📤 Push to the branch (
git push origin feature/amazing) - 🎉 Open a Pull Request
See CONTRIBUTING.md for detailed guidelines.
This project is licensed under the MIT License - see the LICENSE file for details.
If you find Graveyard useful, please consider giving it a star! ⭐
Made with ❤️ by REXREUS



