Textpattern alternatives and similar software solutions
Based on the "Content Management Systems (CMS)" category.
Alternatively, view Textpattern alternatives based on common mentions on social networks and blogs.
-
Strapi
π Strapi is the leading open-source headless CMS. Itβs 100% JavaScript/TypeScript, fully customizable, and developer-first. -
Directus
The flexible backend for all your projects π° Turn your DB into a headless CMS, admin panels, or apps with a custom UI, instant APIs, auth & more. -
Magento
Prior to making any Submission(s), you must sign an Adobe Contributor License Agreement, available here at: https://opensource.adobe.com/cla.html. All Submissions you make to Adobe Inc. and its affiliates, assigns and subsidiaries (collectively βAdobeβ) are subject to the terms of the Adobe Contributor License Agreement. -
WooCommerce
A customizable, open-source ecommerce platform built on WordPress. Build any commerce solution you can imagine. -
PrestaShop
PrestaShop is the universal open-source software platform to build your e-commerce solution. -
Reaction Commerce
Mailchimp Open Commerce is an API-first, headless commerce platform built using Node.js, React, GraphQL. Deployed via Docker and Kubernetes. -
OpenCart
A free shopping cart system. OpenCart is an open source PHP-based online e-commerce solution. -
Grav
Modern, Crazy Fast, Ridiculously Easy and Amazingly Powerful Flat-File CMS powered by PHP, Markdown, Twig, and Symfony -
Umbraco
Umbraco is a free and open source .NET content management system helping you deliver delightful digital experiences. -
Mealie
Mealie is a self hosted recipe manager and meal planner with a RestAPI backend and a reactive frontend application built in Vue for a pleasant user experience for the whole family. Easily add recipes into your database by providing the url and mealie will automatically import the relevant data or add a family recipe with the UI editor -
Open Source POS
Open Source Point of Sale is a web based point of sale application written in PHP using CodeIgniter framework. It uses MySQL as the data back end and has a Bootstrap 3 based user interface. -
Drupal
Verbatim mirror of the git.drupal.org repository for Drupal core. Please see the https://github.com/drupal/drupal#contributing. PRs are not accepted on GitHub. -
Recipes
Application for managing recipes, planning meals, building shopping lists and much much more! -
Attendize
Attendize is an open-source ticket selling and event management platform built on Laravel. -
Pimcore
Core Framework for the Open Source Data & Experience Management Platform (PIM, MDM, CDP, DAM, DXP/CMS & Digital Commerce) -
Bolt
Bolt is a simple CMS written in PHP. It is based on Silex and Symfony components, uses Twig and either SQLite, MySQL or PostgreSQL. -
Apostrophe 2
A full-featured, open-source content management framework built with Node.js that empowers organizations by combining in-context editing and headless architecture in a full-stack JS environment. -
WriteFreely
A clean, Markdown-based publishing platform made for writers. Write together and build a community. -
Orchard
Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform. -
Sharetribe
Sharetribe Go is Sharetribe's old source-available marketplace software, which was also available as a hosted SaaS product. Sharetribe Go is no longer actively maintained. -
Gazelle
Gazelle is a web framework geared towards private BitTorrent trackers. Although naturally focusing on music, it can be modified for most needs. -
TYPO3
The TYPO3 Core - Enterprise Content Management System. Synchronized mirror of https://review.typo3.org/q/project:Packages/TYPO3.CMS -
PencilBlue
Business class content management for Node.js (plugins, server cluster management, data-driven pages) -
Backdrop CMS
Backdrop is a full-featured content management system that allows non-technical users to manage a wide variety of content. It can be used to create all kinds of websites including blogs, image galleries, social networks, intranets, and more. -
Camaleon CMS
Camaleon CMS is a dynamic and advanced content management system based on Ruby on Rails -
Thelia
Thelia is an open source tool for creating e-business websites and managing online content. Repo containing the new major version (v2) -
eLabFTW
:notebook: eLabFTW is the most popular open source electronic lab notebook for research labs.
CodeRabbit: AI Code Reviews for Developers

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Textpattern or a related project?
README
Textpattern CMS
A flexible, elegant, fast and easy-to-use content management system written in PHP. Textpattern is free and open source software.
- System requirements
- Download Textpattern
- Install Textpattern
- Upgrade Textpattern
- Help and Support
- Development
- Contributing
- Thank you
- Legal
System requirements
Textpattern is installed to a web server with PHP and MySQL.
Ensure the server meets or exceeds the system requirements before you continue.
Download Textpattern
The current production release is version 4.8.7. It can be downloaded from the Textpattern website or GitHub in .zip and .tar.gz varieties.
If you want to use the multi-site functionality in Textpattern, get the .tar.gz archive.
textpattern.com | GitHub | |
---|---|---|
.zip | Download | Download |
.tar.gz | Download | Download |
Install Textpattern
Please see README.txt for details on installing Textpattern.
Upgrade Textpattern
Please see README.txt for details on upgrading Textpattern.
Help and Support
The Textpattern support forum is home to a friendly and helpful community of Textpattern users and experts. Textpattern also has a social network presence on Twitter.
Development
The development snapshot can be obtained from the Textpattern repository on GitHub.
Anticipated changes to future system requirements
As a development version approaches release, minimum and recommended system requirements are confirmed and the production release system requirements is updated accordingly.
The following table outlines anticipated forthcoming changes to system requirements. It takes into account vendor support, security considerations, overall performance and other factors. Note that minimum and/or recommended versions listed may change multiple times during the development process.
Textpattern development versions
Note that targeted versions listed may change multiple times during the development process.
We are targeting Textpattern 4.9 as the next minor release. Refer to the following table for anticipated changes to system requirements.
Minimum | Recommended | |
---|---|---|
PHP | 5.6 | vendor supported(7.4 or 8.0) |
MySQL | 5.5 | vendor supported(5.7 or 8.0) |
Apache | — | vendor supported(2.4) |
Nginx | — | mainline (1.21) or stable (1.20) |
Contributing
Do you want to help with the development of Textpattern? Please refer to the contributing documentation for full details.
GitHub topic tags
If you use GitHub for Textpattern-related development please consider adding some of the following topic keywords to your public project repositories, so we can expand the network of discoverable resources:
textpattern
textpattern-plugin
textpattern-theme
textpattern-website
(for websites built with Textpattern)textpattern-development
(for development resources)
Additional development tools
Various components used within Textpattern (such as the bundled themes and language translations) are maintained in standalone repositories. Textpattern has a simple development toolset built on Node.js to pull the distribution files of those repositories into the core as required.
You can install Node.js using the installer or package manager.
Install required dev tools:
npm install
You can then pull the following components from the CLI, like so:
npm run get-default-theme
npm run get-classic-admin-theme
npm run get-hive-admin-theme
npm run get-pophelp
npm run get-textpacks
npm run get-dependencies
To request a specific tag or branch:
npm run get-default-theme 4.8.7
npm run get-classic-admin-theme 4.8.7
npm run get-classic-admin-theme 4.8.x
npm run get-hive-admin-theme 4.8.x
npm run get-textpacks 4.8.x
You can verify PHP code via a PHP linter from the CLI, like so:
npm run phplint
You can verify JavaScript code via a JavaScript linter from the CLI, like so:
npm run eslint
Release tools:
Usage: npm run txp-gitdist <version> [dest-dir]
(dest-dir
defaults to a
temporary location).
npm run txp-index
npm run txp-checksums
npm run txp-gitdist 1.2.3 ../my-dest-dir
Thank You
Thank you to our GitHub monthly sponsors. Your continued support is greatly appreciated!
We are grateful to DigitalOcean, BrowserStack and 1Password for their kind considerations in supporting Textpattern CMS development by way of web hosting infrastructure (DigitalOcean), cross-browser testing platform (BrowserStack) and secure password management (1Password). Thank you!
This project is supported by:
Legal
Released under the GNU General Public License. See LICENSE.txt for terms and conditions.
Includes contributions licensed under the GNU Lesser General Public License. See LICENSE-LESSER.txt for terms and conditions.
Includes contributions licensed under the New BSD License. See LICENSE-BSD-3.txt for terms and conditions.
*Note that all licence references and agreements mentioned in the Textpattern README section above
are relevant to that project's source code only.