Ubaidhussain

🌟 prose - A Language for AI Innovation

Download Now

OpenProse - A new kind of language for a new kind of computer

A long-running AI session is a Turing-complete computer. OpenProse is a programming language for it.

WebsiteLanguage SpecExamples

⚠️ Beta SoftwareRead before using


🚀 Getting Started

Welcome to prose! This guide helps you set up and run the software on your device. Follow these steps to get started.

📥 Download & Install

  1. Go to our Releases page.
  2. Look for the latest release titled prose.
  3. Download the suitable file for your operating system.

    For Windows, look for prose-windows.exe. For macOS, select prose-macos.dmg. For Linux, choose prose-linux.tar.gz.

  4. Once downloaded, follow these instructions based on your OS:
    • Windows: Double-click the .exe file to launch the installation.
    • macOS: Open the downloaded .dmg file and drag the prose icon to your Applications folder.
    • Linux: Extract the contents of the tar.gz file and follow the included instructions.
  5. After installation, you can find prose in your applications list.

  6. Launch the application and start exploring!

🔍 Features

prose offers several key features designed for ease of use:

💡 System Requirements

To ensure smooth operation, check that your system meets these requirements:

📜 How to Use

After installing prose, follow these steps to create your first project:

  1. Open prose from your applications.
  2. Click on New Project.
  3. Enter a project name and choose a location to save it.
  4. Begin using the built-in tools to explore language features.

You can run AI tasks, draft documents, and refine your work right from the app.

⚙️ Example Use

To give you a better idea of what you can do, here is a simple example:

agent researcher:
  model: sonnet
  skills: ["web-search"]

agent writer:
  model: opus

parallel:
  research = session: researcher
    prompt: "Research quantum computing breakthroughs"
  competitive = session: researcher
    prompt: "Analyze competitor landscape"

loop until **the draft meets publication standards** (max: 3):
  session: writer
    prompt: "Write and refine the article"
    context: { research, competitive }

🔗 Additional Resources

For further information, please visit:

We have additional guides available within the app to help you navigate various features.

🛠️ Troubleshooting

If you encounter issues, consider these steps:

📣 Community Support

Join our community for help and discussions. Engage with other users and share your experiences. Visit our support channels on our website.

🔒 Beta Note

Please note that this software is in beta. It may have unexpected behavior. We appreciate your feedback to improve the user experience. Read more about our beta status here.


To download the latest version of prose, visit the Releases page again for updates!