Part of BlackRoad OS — Sovereign Computing for Everyone
ulackroad linear is part of the BlackRoad OS ecosystem — a sovereign, distributed operating system built on edge computing, local AI, and mesh networking by BlackRoad OS, Inc.
BlackRoad OS is a sovereign computing platform that runs AI locally on your own hardware. No cloud dependencies. No API keys. No surveillance. Built by BlackRoad OS, Inc., a Delaware C-Corp founded in 2025.
- Local AI — Run LLMs on Raspberry Pi, Hailo-8, and commodity hardware
- Mesh Networking — WireGuard VPN, NATS pub/sub, peer-to-peer communication
- Edge Computing — 52 TOPS of AI acceleration across a Pi fleet
- Self-Hosted Everything — Git, DNS, storage, CI/CD, chat — all sovereign
- Zero Cloud Dependencies — Your data stays on your hardware
| Organization | Focus |
|---|---|
| BlackRoad OS | Core platform and applications |
| BlackRoad OS, Inc. | Corporate and enterprise |
| BlackRoad AI | Artificial intelligence and ML |
| BlackRoad Hardware | Edge hardware and IoT |
| BlackRoad Security | Cybersecurity and auditing |
| BlackRoad Quantum | Quantum computing research |
| BlackRoad Agents | Autonomous AI agents |
| BlackRoad Network | Mesh and distributed networking |
| BlackRoad Education | Learning and tutoring platforms |
| BlackRoad Labs | Research and experiments |
| BlackRoad Cloud | Self-hosted cloud infrastructure |
| BlackRoad Forge | Developer tools and utilities |
- Website: blackroad.io
- Documentation: docs.blackroad.io
- Chat: chat.blackroad.io
- Search: search.blackroad.io
Integrate BlackRoad with Linear for seamless project management!
-
Auto-issue Creation
- Failed deployments → Linear issues
- Priority-based alerts
- Complete error details
-
Deployment Tracking
- Sync all deployments to Linear
- Track deployment status
- Link to deployment dashboards
-
Bidirectional Integration
- Create deployments from Linear issues
- Update issues with deployment URLs
npm install @linear/sdk axiosexport LINEAR_API_KEY="your-linear-key"
export LINEAR_TEAM_ID="your-team-id"
export LINEAR_PROJECT_ID="your-project-id"
export BLACKROAD_API_KEY="your-api-key"import { createIssueForFailedDeployment, syncDeploymentsToLinear } from './integration'
// Create issue for failed deployment
await createIssueForFailedDeployment(deployment)
// Sync all deployments
await syncDeploymentsToLinear()
// Create deployment from issue
await createDeploymentFromIssue('issue-id')The integration watches for failed deployments every 5 minutes and auto-creates urgent issues.
MIT License
Part of the BlackRoad Empire 🚀