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! β
- π Documentation
- π Issue Tracker
- π‘ Feature Requests
- π§ Contact
Made with β€οΈ by REXREUS



