Roadmap
This page tracks the development roadmap for cassh. Features are organized by status and priority.
Status Legend
| Icon | Meaning |
|---|---|
| Complete and released | |
| In active development | |
| Planned for future release | |
| Under consideration |
Completed 
Core Functionality
- [x] SSH Certificate Signing - Ed25519 CA signs user public keys
- [x] 12-hour Certificate Validity - Configurable expiration time
- [x] Microsoft Entra ID SSO - OIDC authentication flow
- [x] CSRF Protection - State parameter validation
- [x] Nonce Verification - Replay attack prevention
macOS Client
- [x] Menu Bar App - Native macOS status bar integration
- [x] Certificate Status Indicator - Visual feedback (green/yellow/red)
- [x] One-click Renewal - Browser-based authentication
- [x] Auto SSH Key Generation - Creates Ed25519 key if missing
- [x] ssh-agent Integration - Automatic certificate loading
- [x] Setup Wizard - First-run configuration for OSS users
- [x] Multi-Connection Support - Manage multiple GitHub accounts
- [x] Personal GitHub.com Support - SSH key management via
ghCLI
Server
- [x] Meme Landing Page - LSP and Sloth character rotation
- [x] Development Mode - Mock authentication for testing
- [x] Environment Variable Config - Cloud-friendly deployment
- [x] Health Check Endpoint -
/healthfor load balancers - [x] Embedded Static Assets - Single binary deployment
Distribution
- [x] PKG Installer - MDM-compatible package and Homebrew support
- [x] App Bundle - Proper macOS app structure
- [x] GitHub Actions Release - Automated builds on tag with signing and notarization
- [x] Homebrew Cask -
brew install --cask cassh
In Progress 
Policy Integrity
- [ ] VerifyPolicyIntegrity - Verify cryptographic signature of policy files to prevent tampering
CLI Client
- [ ] Headless Authentication - Token-based auth for CI/CD
- [ ] Linux Support - Native Linux binary
Planned 
Multi-Platform Clients
| Platform | Priority | Notes |
|---|---|---|
| Linux | High | GNOME/KDE system tray integration |
| Windows | Low | System tray app with similar UX |
Enhanced Security
- [ ] Group-based Access Policies - Restrict by Entra groups
- [ ] Certificate Revocation List - Manual revocation capability
- [ ] Hardware Key Support - YubiKey/FIDO2 for CA signing
- [ ] Audit Logging - Structured logs for SIEM integration
- [ ] mTLS for Server - Client certificate authentication
Notifications & Monitoring
- [ ] Slack Integration - Expiration reminders via Slack
- [ ] Microsoft Teams Integration - Teams notifications
- [ ] Email Notifications - Fallback notification method
- [ ] Prometheus Metrics -
/metricsendpoint for monitoring
Admin Features
- [ ] Admin Dashboard - Web UI for certificate management
- [ ] User Activity Logs - View certificate issuance history
- [ ] Policy Editor - Web-based policy configuration
- [ ] Bulk Revocation - Revoke all certs for a user
Enterprise Features
- [ ] Multi-CA Support - Different CAs for different teams
- [ ] SCIM Provisioning - Automatic user sync from Entra
- [ ] GitHub App Integration - Fine-grained repo permissions
- [ ] Okta Support - Alternative to Entra ID
- [ ] Google Workspace Support - Google as identity provider
Platform Extensibility
cassh is designed to be extensible beyond GitHub. Future platform support:
| Platform | Priority | Status | Notes |
|---|---|---|---|
| GitHub Enterprise | High | Full SSH certificate support | |
| GitHub.com (Personal) | High | SSH key-based auth via gh CLI |
|
| GitLab | Medium | SSH certificates supported, needs OIDC integration | |
| Bitbucket | Medium | SSH key management API available | |
| Azure DevOps | Low | SSH key support varies by plan |
GitLab Support Roadmap
GitLab supports SSH certificates with a user-scoped CA. Implementation would include:
- [ ] GitLab OIDC provider integration
- [ ] GitLab SSH CA configuration
- [ ] Support for self-hosted GitLab instances
- [ ] GitLab.com SaaS support
Bitbucket Support Roadmap
Bitbucket uses SSH keys (not certificates). Implementation would include:
- [ ] Bitbucket Cloud API integration for key management
- [ ] Bitbucket Data Center support
- [ ] Automatic key rotation
Under Consideration 
These features are being evaluated but not yet committed to:
- Certificate Templates - Different validity periods per role
- Geo-fencing - Restrict certificate issuance by location
- Device Trust - Require managed/compliant devices
- Offline Mode - Generate certificates without network
- SSH CA Rotation - Automated CA key rotation workflow
Contributing
Want to help implement a feature? Check out CONTRIBUTING.md for guidelines.
Priority Features for Contributors
If you're looking to contribute, these are high-impact areas:
- CLI Client - Expand headless functionality
- Linux Client - Port menu bar app to GNOME/KDE system tray
- Group-based Policies - Add Entra group filtering
- Prometheus Metrics - Add observability
Feature Requests
Have an idea not on the roadmap? Open an issue with the feature request template.