plugins

// installable workload + service plugins for the c0mpute CLI

Plugins extend the c0mpute CLI with new workload types or services. The three v1 plugins are pre-installed by curl https://c0mpute.com/install.sh | sh.

Third-party plugins install with c0mpute plugin install <url> where <url> points at the plugin's signed install.sh. See DIP-0006 for the model.

[ads-manager] Ads Manager — shared ad operations layer

v0.0.1-candidate · service · in-process

Unified ad operations for the c0mpute network: campaign management, creative registry, publisher inventory, OpenRTB auction primitives, CoinPay escrow, and reporting

#ads #advertising #campaigns #openrtb #programmatic #ctv #publisher #creative

ships with c0mpute · installed by default

[coinpay] CoinPay — DID, payments, escrow, reputation

v0.2.0 · service · subprocess

Decentralized identifiers, wallet linking, escrow, signed receipts, and worker reputation

#did #identity #escrow #payments #reputation

$ c0mpute plugin install coinpay

[crawl] Crawl — distributed web fetching

v0.0.1-candidate · workload · subprocess

Decentralized web crawling and page-rendering pool

#crawl #scrape #fetch #warc #playwright #crawlproof

$ c0mpute plugin install crawl
cli: c0mpute crawllicense: MIT

[ctv-ads] CTV Ads — Connected TV ad marketplace

v0.0.1-candidate · service · in-process

Decentralised Connected TV advertising on the c0mpute network

#ctv #connected-tv #advertising #vast #openrtb #streaming #fast #roku #programmatic

ships with c0mpute · installed by default

[diffusion] Diffusion — image generation

v0.0.1-candidate · workload · container

Decentralized image generation (Stable Diffusion, SDXL, Flux) on consumer/prosumer GPUs

#diffusion #stable-diffusion #sdxl #flux #image #txt2img #img2img

$ c0mpute plugin install diffusion
cli: c0mpute diffusionlicense: MIT

[embed] Embeddings — vector generation

v0.0.1-candidate · workload · subprocess

Bulk text-embedding generation (sentence-transformers, BGE, Nomic) with CPU fallback and optional GPU acceleration

#embeddings #vectors #sentence-transformers #bge #nomic #rag

$ c0mpute plugin install embed
cli: c0mpute embedlicense: MIT

[gameserver] Game server — Minecraft / Factorio / Valheim

v0.0.1-candidate · workload · container

Continuous-reservation hosting for game servers

#gameserver #minecraft #factorio #valheim #hosting #continuous

$ c0mpute plugin install gameserver
cli: c0mpute gameserverlicense: MIT

[hosting] Hosting — censorship-resistant static sites

v0.0.1-candidate · workload · in-process

Static-site hosting with multi-replica placement, mutable naming, epoch settlement, and slashable proof-of-serve

#hosting #static #censorship-resistant #ipfs-alt #dweb

ships with c0mpute · installed by default

[infernet] Infernet Protocol — AI inference

v0.2.0 · workload · subprocess

Decentralized AI inference workloads on c0mpute

#ai #llm #inference #gpu

$ c0mpute plugin install infernet

[live-stream] Live Stream — p2p HLS live streaming

v0.0.1-candidate · service · in-process

Decentralized live video streaming via BitTorrent-style HLS segment swarming

#live #streaming #hls #m3u8 #p2p #bittorrent #rtmp #srt #sports #video

ships with c0mpute · installed by default

[ocr] OCR — document text extraction

v0.0.1-candidate · workload · subprocess

Decentralized OCR for PDFs and scanned documents (Tesseract, PaddleOCR, docTR) with CPU or GPU runners

#ocr #tesseract #paddleocr #doctr #pdf #documents

$ c0mpute plugin install ocr
cli: c0mpute ocrlicense: MIT

[podcast-ads] Podcast Ads — audio ad marketplace

v0.0.1-candidate · service · in-process

Decentralised audio advertising for c0mpute-hosted podcasts

#podcast #audio #ads #advertising #daast #dai #podcasting2 #value4value #programmatic

ships with c0mpute · installed by default

[podcasting] Podcasting — p2p podcast publishing

v0.0.1-candidate · service · in-process

Censorship-resistant podcast hosting on the c0mpute network

#podcast #podcasting #rss #audio #live #publishing #censorship-resistant #podcasting2

ships with c0mpute · installed by default

[podcasts] Podcasts — p2p podcast listener

v0.0.1-candidate · service · in-process

Discover, subscribe to, and play podcasts hosted on the c0mpute network or any standard RSS feed

#podcast #listen #subscribe #rss #audio #p2p #podcasting2 #value4value

ships with c0mpute · installed by default

[render] Render — Blender 3D rendering

v0.0.1-candidate · workload · subprocess

Decentralized 3D rendering using Blender headless (Cycles/Eevee) across consumer GPUs and CPUs

#blender #3d #render #cycles #eevee #vfx

$ c0mpute plugin install render
cli: c0mpute renderlicense: MIT

[secure-chat] Secure Chat — E2E encrypted p2p messaging

v0.0.1-candidate · service · in-process

End-to-end encrypted peer-to-peer messaging across the c0mpute network

#chat #messaging #e2e #encryption #p2p #did #privacy

ships with c0mpute · installed by default

[storage] Storage — Reed-Solomon shard service

v0.0.1-candidate · service · in-process

Reed-Solomon 10/14 shard storage with auto-repair

#storage #erasure-coding #reed-solomon #shards #content-addressed

ships with c0mpute · installed by default

[train] Fine-tune — LoRA/QLoRA training

v0.0.1-candidate · workload · container

Decentralized model fine-tuning (LoRA, QLoRA) on consumer/prosumer GPUs using axolotl or unsloth

#train #finetune #lora #qlora #axolotl #unsloth

$ c0mpute plugin install train
cli: c0mpute trainlicense: MIT

[transcode] FFmpeg Transcoding

v0.2.0 · workload · in-process

Decentralized audio/video transcoding via FFmpeg with hardware acceleration (NVENC, QSV, AMF, VideoToolbox, AV1)

#ffmpeg #transcode #video #audio #hls #av1

ships with c0mpute · installed by default

[tts] TTS — text-to-speech

v0.0.1-candidate · workload · subprocess

Decentralized text-to-speech synthesis (Piper, Coqui XTTS, Kokoro) for narration, audiobooks, and accessibility

#tts #piper #xtts #kokoro #synthesis #audio

$ c0mpute plugin install tts
cli: c0mpute ttslicense: MIT

[whisper] Whisper — speech-to-text

v0.0.1-candidate · workload · subprocess

Decentralized speech-to-text transcription via whisper.cpp with optional GPU acceleration (CUDA, Metal, Vulkan)

#whisper #stt #transcription #speech #audio #subtitles

$ c0mpute plugin install whisper
cli: c0mpute whisperlicense: MIT

Want to publish a plugin? For now, open a PR adding plugins/<your-id>/module.toml on github.com/profullstack/c0mpute. The marketplace UI here renders from those manifests at build time. A submission API lands once we have signing in place.

docs · getting-started