Warning
This extension is now on the Raycast store, so this repository will no longer be updated. You can find Raycast's extension repository here to report any issues
A Raycast extension that uses the Stremio API to search for movies and TV shows and stream them to local media players using Stremio addons. IINA is highly recommended for macOS users.
- Search for movies and TV series
- Display trending media
- Stremio addon support
- Stream directly into IINA, VLC, or any app of choice
- Mark TV episodes as watched
- Recently watched content
- Copy stream URLs to clipboard
Choose one of the following options:
- Download ZIP: Download the latest release
- Clone repository:
git clone https://github.com/martipops/popcorn-raycast.git
If you downloaded the ZIP file, extract it to a safe location like ~/Documents/. Then open Terminal and navigate to the project directory:
cd ~/Documents/popcorn-raycast-mainRun the automated install script:
chmod +x install.sh
./install.sh- Open Raycast
- Go to Extensions → Popcorn → Preferences
- Add your Stremio addon URL (example:
https://your-addon.com/manifest.json)
You're ready to start searching for movies and TV shows.
This error means npm install; npm run build did not execute properly. Follow these steps:
- Verify Node.js is installed by running
npm -v(should return a version number) - Navigate to the project directory and run:
npm install npm run build
- If the extension still doesn't work, try running
npm run dev- the extension should automatically appear
Search Streams: Type to search for movies or TV shows
To use all features, you need:
- A Stremio addon that provides streams
- Media player (IINA or VLC recommended)
This extension is designed to help you discover and organize media content. Please read and understand these terms before using this extension.
- This extension helps you search for and discover publicly available media content
- Content streams are sourced from various public repositories and services
- We do not host, store, or distribute any copyrighted content
- All content is provided by third-party sources
- You are responsible for ensuring your use complies with local laws and regulations
- Respect intellectual property rights and copyright laws
- Only access content you have legal rights to view
- Use streaming services and platforms in accordance with their terms of service
- Your search history and preferences are stored locally on your device
- No personal data is transmitted to external servers without your consent
- You can clear your data at any time through the extension settings
- We are not responsible for the availability, quality, or legality of content from third-party sources
- Use this extension at your own discretion and risk
- The extension developers are not affiliated with any streaming services or content providers
For issues or questions, please refer to the extension documentation or report concerns through the appropriate channels.
MIT


