OpenSource-Hub
S

Superdesk

731 stars·Office Productivity·SHA-256 checksum verified

Open source end-to-end news creation, production, curation, distribution and publishing platform, scalable for any size news organization.

Smart Download

Visit Project Homepage

No installer available yet — head to the source repository

Open source end-to-end news production and publishing platform for any size organization.

Core Features

  • Complete editorial workflow: planning, writing, editing, review, publishing
  • Multi-channel distribution: websites, apps, social media
  • Built-in content curation and collaborative editing
  • Powerful search and archiving with ElasticSearch
  • Extensible with custom plugins and integrations

What It Can't Do

  • On macOS, use Python virtual environment. Avoid `npm link`; use `npx link` instead (npm 7+ breaks dependency resolution). ElasticSearch version must be 7.x. The data initialization step is mandatory before first use.

Use Cases

  • Newsroom content management and collaboration
  • Multi-platform content publishing for media groups
  • Collaborative journalism for independent outlets

Detailed Introduction

Superdesk is an open source end-to-end news creation, production, curation, distribution and publishing platform developed and maintained by Sourcefabric. It provides a complete workflow for journalism: from planning and writing to editing, publishing, and distributing stories across multiple channels. The server-side API handles all client requests, while the client provides a rich user interface. It is scalable to suit news organizations of any size, from small outlets to large media enterprises. The platform integrates with ElasticSearch for powerful search and MongoDB for data storage. It can run locally via Docker for quick setup, and supports manual installation with Python 3.8, Node.js, and required services like Redis. Superdesk is available under the AGPL v3 license.

Troubleshooting & FAQ (1)

Troubleshooting
Why does the featured image remain in the working stage after publishing the article?

Set PUBLISH_ASSOCIATED_ITEMS = True in your server/settings.py configuration file. This will automatically publish associated images along with the article, moving them from the working stage to the output stage so they don't linger in progress.

GitHub Issue #3251

Tags

newspublishingCMSjournalismopen-sourcecontent-managementeditorial-workflow

Getting Started

1

Download installer

Click the button above to download the installer for your system

2

Install the software

Double-click the downloaded installer and follow the prompts

3

Step 1: Install Docker and Docker Compose

4

Step 2: Run `docker compose up -d` to start services

5

Step 3: Initialize data: `docker compose exec superdesk-server python manage.py app:initialize_data`

Install Guide
  1. Step 1: Install Docker and Docker Compose
  2. Step 2: Run `docker compose up -d` to start services
  3. Step 3: Initialize data: `docker compose exec superdesk-server python manage.py app:initialize_data`
File Integrity

Checksum not available

This project has not published a SHA-256 checksum on its GitHub Release page

SHA256 Checksum

No checksum available

Download directly from GitHub Releases and verify file integrity yourself

All SHA-256 checksums on this platform are extracted from the project's official GitHub Release page, without any modification. You can independently verify them on the GitHub Releases page.

Open Source Transparency

View GitHub Source
Environment Guide

Uninstall Info

For Docker: run `docker compose down -v` to stop and remove containers and volumes. For manual install: delete the project directory and drop the MongoDB/ElasticSearch databases.

No Extra Dependencies

Ready to use after download. No additional runtime required.

Project Info
LicenseAGPL-3.0
Last Updated2026-06-26 15:15:29
GitHub RepositoryOfficial Website

Having issues? Check the FAQ below

1 FAQ

Similar Projects