Skip to content

BlackRoad-Forge/blackroad-linear

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

ulackroad linear

Part of BlackRoad OS — Sovereign Computing for Everyone

BlackRoad OS BlackRoad Forge License

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.

About BlackRoad OS

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.

Key Features

  • 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

The BlackRoad Ecosystem

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

Links


License: MIT GitHub stars GitHub forks

BlackRoad Linear Integration 🎯

Integrate BlackRoad with Linear for seamless project management!

Features

  • 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

Installation

npm install @linear/sdk axios

Setup

export 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"

Usage

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')

Automatic Monitoring

The integration watches for failed deployments every 5 minutes and auto-creates urgent issues.

License

MIT License


Part of the BlackRoad Empire 🚀

About

BlackRoad Linear Integration — Project management sync between BlackRoad OS and Linear.

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors