> For the complete documentation index, see [llms.txt](https://memorystring.codebyz.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://memorystring.codebyz.com/get-started/readme.md).

# Welcome

Cinematic slideshows on your Mac. Simple enough for anyone, and great to send to the family — the kind of movie people watch twice. **Free.** No nagging, no limits, no cloud thumbing through your photos.

Everything happens on your Mac. Nobody is training a model on your kids' birthdays.

Import photos and videos, add music and a Look, hit Export. Social frames included, so the anniversary reel is on the family group chat before the cake is cut.

## Get it

[**Download MemoryString 0.9.18 for Mac**](https://github.com/zackypick/memorystring-downloads/releases/download/v0.9.18/MemoryString-0.9.18.dmg) — free, always the latest build. macOS 14 (Sonoma) or later, Apple Silicon and Intel.

## What's in the box

* **Cuts that move** — the full single-slide pack, plus Photo Stack, Carousel, 3D Ribbon, Perspective Pair, Filmstrip, Scatter & Settle
* **Looks** — Clean, Polaroid, Vintage, Cinematic, Noir, B\&W, Golden Hour, Crisp. One chip, whole new film
* **Music** — bundled royalty-free tracks, or yours
* **The rest of the film** — intro title, captions, reorder, trim, mute ([Organizing](/build-your-movie/organizing.md))
* **Export** — H.264 MP4, Social and Classic frames, rendered on your Mac

## Watch a demo

### How to use MemoryString

{% embed url="<https://www.codebyz.com/products/memory-string/how-to.mp4>" %}

### Slideshow export example

{% embed url="<https://www.codebyz.com/products/memory-string/memories4.mp4>" %}

## Who made it

Created by Zacky Pickholz. [www.codebyz.com](https://www.codebyz.com). © 2026 All rights reserved.

New here? [Quick start](/get-started/quick-start.md) gets you to a finished movie. A shorter subset lives in the app under **Help → MemoryString Help…** (**⌘/**). This site ([memorystring.codebyz.com](https://memorystring.codebyz.com)) is the full public set.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://memorystring.codebyz.com/get-started/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
