# Polypad

> Scriptable Textpad

**Wikidata**: [Q111668613](https://www.wikidata.org/wiki/Q111668613)  
**Source**: https://4ort.xyz/entity/polypad

## Summary
Polypad is a scriptable text editor designed for end-users, available on Linux, Microsoft Windows, and macOS. It was developed by Marcell Purham and first released in August 2021.

## Key Facts
- **Type**: Software application and source code editor
- **Developer**: Marcell Purham
- **Inception**: August 19, 2021
- **Operating Systems**: Linux, Microsoft Windows, macOS
- **License**: Proprietary
- **Latest Version**: 1.1.0 (released October 20, 2021)
- **Platforms**: Runs on Apple M1 and AArch64 architectures
- **Primary Feature**: Scriptable text editing capabilities
- **Website**: [polypad.io](https://polypad.io)

## FAQs
### Q: What is Polypad used for?
A: Polypad is a scriptable text editor designed for end-users, allowing users to write and edit text with scripting capabilities.

### Q: Which operating systems does Polypad support?
A: Polypad supports Linux, Microsoft Windows, and macOS, with additional compatibility for Apple M1 and AArch64 platforms.

### Q: Who developed Polypad?
A: Polypad was developed by Marcell Purham, who released the first version in August 2021.

### Q: Is Polypad open-source?
A: No, Polypad is proprietary software with a proprietary license.

### Q: What programming languages does Polypad support?
A: Polypad supports scripting capabilities, but the specific programming languages are not detailed in the provided source material.

## Why It Matters
Polypad addresses the need for a lightweight, scriptable text editor that works across multiple operating systems. Its development by Marcell Purham in 2021 fills a niche for users requiring both text editing and scripting functionality in a single application. By supporting Linux, Windows, and macOS, Polypad ensures broad accessibility for developers and end-users alike. Its proprietary nature, however, limits community-driven improvements, which may appeal to users prioritizing stability and official support over customization.

## Notable For
- First release in August 2021, quickly updated to version 1.1.0 in October 2021.
- Cross-platform compatibility with Linux, Windows, and macOS, including Apple M1 and AArch64 support.
- Proprietary licensing model, distinguishing it from open-source alternatives.
- Focus on scriptable text editing, catering to users who need both text manipulation and scripting features.

## Body
### Overview
Polypad is a scriptable text editor developed by Marcell Purham, first released on August 19, 2021. It is classified as both an application and software, designed for end-users with a proprietary license.

### Development and Release
- **Developer**: Marcell Purham
- **Inception**: August 19, 2021
- **Versions**:
  - 1.0.0 (August 19, 2021)
  - 1.1.0 (October 20, 2021, preferred version)

### Technical Specifications
- **Operating Systems**: Linux, Microsoft Windows, macOS
- **Platforms**: Apple M1, AArch64
- **License**: Proprietary
- **Copyright Status**: Copyrighted

### Features
- **Primary Feature**: Scriptable text editing
- **Programming Language Support**: Scripting capabilities (specific languages not detailed)

### Availability
- **Website**: [polypad.io](https://polypad.io)
- **Logo**: [Polypad logo on Wikimedia Commons](https://commons.wikimedia.org/wiki/Special:FilePath/Polypad.jpg)

```json
{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "Polypad",
  "description": "Scriptable text editor for Linux, Windows, and macOS",
  "url": "https://polypad.io",
  "applicationCategory": "TextEditor",
  "operatingSystem": ["Linux", "Microsoft Windows", "macOS"],
  "softwareVersion": "1.1.0",
  "datePublished": "2021-08-19",
  "license": "https://schema.org/ProprietaryLicense",
  "developer": {
    "@type": "Person",
    "name": "Marcell Purham"
  }
}