| Developer: | Glenn's Plugins Like this plugin? Show your appreciation! |
| Category: | Security & Locks |
| Github: | Github Repo |
| Assistance: | Get help! |
| Plugin ID: | com.GlennNZ.indigoplugin.BlueIris |
| Latest release: | v1.3.55 released on May 24, 2026 |
| Release downloaded: | 4 times |
| Requires: | Indigo v2023.2.0 or higher |
| (Check the Releases tab below for older releases that may have different requirements) | |
| Download latest release |

An Indigo plugin that gives full two-way control and automation of Blue Iris β the Windows IP-camera server β from your Mac home automation hub.
π Full documentation in the Wiki
The plugin creates Indigo devices for your BI server and every camera, then fires Indigo triggers the instant Blue Iris detects motion, a license plate, an AI tag, a geofence event, or a log condition. You can also drive Blue Iris from Indigo β PTZ moves, profile switches, macro changes, image downloads, and animated clip creation.
| Object | Description |
|---|---|
| BlueIris Server device | CPU, memory, disk, profile, schedule, connection count |
| BlueIris Camera device | Motion state, recording, PTZ, plate data, 30+ live states |
| BlueIris Device | Geofence / mobile device inside/outside state |
| BlueIris User | Login events per BI user account |
| Trigger | Fires when⦠|
|---|---|
| Camera Motion On / Off | BI sends a motion start or reset webhook |
| AI Tag | BI's AI engine tags an alert (person, vehicle, animal, β¦) |
| License Plate Found | ALPR detects any plate |
| License Plate Match | Detected plate matches your watch list |
| User Login | A named BI user logs in |
| Geofence Inside / Outside | Mobile device enters or leaves BI's geofence |
| BI Log Message | Log entry matches a category / text filter |
| No Signal | Camera loses video |
| Disk Space Low | Free disk drops below a threshold |
| Software Update Available | BI reports a new version |
| Category | Actions |
|---|---|
| Camera control | Trigger motion, enable/disable motion detection, pause, manual record |
| PTZ | Pan, tilt, zoom, home, preset, IR on/off, brightness, Hz |
| Server | Change active profile (0β7), change macro contents |
| Media | Download JPEG snapshot, create animated WebP, GIF, HEIC, or MP4 clip |
| Plugin | Enable/disable plugin triggering per camera, enable/disable auto-GIF |




.indigoPlugin bundlehttp://<IndigoMacIP>:4556/&CAM/&TYPE/&PROFILE/True/&ALERT_PATH
For full setup instructions including ALPR, see the Wiki.
The plugin can capture live footage and save it as an animated file ready to send via iMessage, email, or push notification.
| Format | Engine | Best For |
|---|---|---|
| Animated WebP | Pillow / MJPEG | iMessage, web pages |
| Animated GIF | gifsicle (bundled) | Email, broad compatibility |
| HEIC still | pillow-heif | Apple ecosystem |
| MP4 video | ffmpeg (bundled) | Highest quality, iMessage video |
MP4 recording pulls from Blue Iris's RTSP H.264 substream with BI-side scaling (&h= parameter) so the stream arrives at the correct resolution without taxing the Mac's encoder.
See Animated Media in the wiki for full details.
Blue Iris 5's built-in ALPR engine can read plate text from camera footage. The plugin turns those detections into Indigo triggers with a 7-segment webhook URL:
http://<IndigoMacIP>:4556/&CAM/&TYPE/&PROFILE/True/&ALERT_PATH/&MEMO/&PLATE
plateFound trigger β fires on any detected plateplateMatch trigger β fires when the plate matches your watch list (exact / starts-with / contains, case-insensitive)lastPlate, lastPlateConfidence, lastPlateTime updated on every detectionSee License Plate / ALPR in the wiki.
| Item | Version |
|---|---|
| Indigo | 2025.2 (macOS) |
| Blue Iris | 4 or 5 (Windows, on your LAN) |
| Network | Indigo Mac must reach BI's web server and RTSP ports |
All documentation is in the GitHub Wiki:
| Page | Topic |
|---|---|
| Installation | Download, install, first-run setup |
| Blue Iris Setup | Webhook URLs for BI alert settings |
| Plugin Configuration | All plugin preference fields |
| Device Reference | Every device type and its states |
| Actions Reference | Every action and its options |
| Triggers Reference | Every trigger event and its config |
| Animated Media | WebP / GIF / HEIC / MP4 capture |
| License Plate / ALPR | ALPR trigger setup and troubleshooting |
| Changelog | Version history |
v1.3.55 β MP4 RTSP scaling, simplified action UI, bursty-stream fix, full wiki
See the Changelog for full version history.
| v1.3.55 | Requires Indigo v2023.2.0+ | Released May 24, 2026 | v1.3.55 β License plate (ALPR) triggers, hardened MP4 recording with BI-side RTSP scaling, five new |
| Released on: | May 24, 2026 |
| Requires: | Indigo v2023.2.0+ |
| Downloaded: | 4 times |
| Download this release | |

Released: May 2026 Minimum Indigo: 2025.2 Download: BlueIris.indigoPlugin
This is a major feature release covering all changes since v1.3.20. It adds License Plate Recognition triggers, a completely overhauled MP4 recorder, five new trigger types, animated WebP and HEIC actions, enhanced logging, and a full documentation wiki.
Blue Iris ALPR engine can now drive Indigo triggers directly.
plateFound β fires on any plate detection, regardless of which plateplateMatch β fires when the plate matches your personal watch list (exact / starts-with / contains, case-insensitive, dash/space normalised)lastPlate, lastPlateConfidence, lastPlateTime&MEMO/&PLATE), and background via BI log polling β duplicates within ~10 s are suppressedNew webhook URL format:
http://<IndigoMacIP>:4556/&CAM/&TYPE/&PROFILE/True/&ALERT_PATH/&MEMO/&PLATE
The existing 5-segment URL continues to work unchanged.
π License Plate / ALPR wiki page
The Create MP4 Video action has been significantly hardened for real-world RTSP streams:
&h=<height>&isolate=1 to the RTSP URL; Blue Iris scales the stream at the server so ffmpeg receives a correctly-sized feed, eliminating encode back-pressure frame-dropping on slower Macs-thread_queue_size 512 (vs ffmpeg's default of 8) prevents silent frame drops when BI delivers H.264 frames in large TCP burstsmax(60 s, duration à 3) prevents hangs on slow or remote cameras while still allowing a slow stream to fully delivermax(30 s, duration à 2) so a slow-but-live stream doesn't time out between frames-loglevel verbose substituted in, ready to paste into a terminal| Trigger | Event ID | Fires when⦠|
|---|---|---|
| BI Log Message | logMessageTrigger |
BI publishes a log entry matching a category / text filter |
| AI Tag | aiTagTrigger |
BI's AI engine tags an alert (person, vehicle, animal, plate, β¦) |
| Camera No Signal | cameraNoSignalTrigger |
A camera loses its video signal |
| Software Update Available | softwareUpdateTrigger |
BI reports a new software version |
| Disk Free Below Threshold | diskFreeBelowTrigger |
Free disk space drops below a configurable GB threshold |
π Triggers Reference wiki page
minimize_size droppedNew Create single HEIC action (animateHeif) β captures a single JPEG frame and encodes it as a HEIC file via pillow-heif for Apple-ecosystem sharing.
Unfortunately animated HEIC aren't easily created currently, at least to apple playback standards.
The plugin now ships with a comprehensive GitHub wiki that auto-syncs on every push:
| Page | |
|---|---|
| Home | Overview and quick navigation |
| Installation | Download, install, first-run setup |
| Blue Iris Setup | Webhook URLs for BI alert settings |
| Plugin Configuration | All plugin preference fields |
| Device Reference | Every device type and its states |
| Actions Reference | Every action and its options |
| Triggers Reference | Every trigger event and configuration |
| Animated Media | WebP / GIF / HEIC / MP4 capture details |
| License Plate / ALPR | ALPR trigger setup and troubleshooting |
| Changelog | Full version history |
&h=<height>&isolate=1 to RTSP URL β BI scales stream at source-thread_queue_size 512 to handle bursty H.264 TCP delivery without frame drops-loglevel verbosewiki/ auto-pushed to GitHub wiki on every master pushplateFound (any plate) and plateMatch (plate matches watch list)&MEMO (parsed for plate text) and &PLATE (bare ALPR macro)lastPlate, lastPlateConfidence, lastPlateTimeKeyError in updatecamConfig for cameras missing ptzcycle, motion, or pause keys in the BI API response-f mp4 flag so the .tmp output filename is recognised correctly-stimeout with -timeout for RTSP (modern ffmpeg rejected the old name)os.replace() so a partial encode never overwrites a good filemax(60 s, duration Γ 3))animateHeif action added β captures a single JPEG and encodes as HEIC via pillow-heifminimize_size dropped for speedIndigoLogHandler added β all Python logging output routed to the Indigo event logactionChangeMacro: hardened substitute(validateOnly=True) to match the real Indigo contractactionChangeMacro: fixed TypeError caused by comparing string blueirisserverVersion to intactionChangeMacro: validate Indigo substitution tokens before calling BIlogMessageTrigger β fires on BI log messages by category (Any, Motion, AI Alerted, Alert Canceled, Connection, Web Request, Warning, Error) with optional text filteraiTagTrigger β fires when BI's AI engine tags an alert with a keyword (person, vehicle, animal, plate, β¦) with optional camera filtercameraNoSignalTrigger β fires when a camera loses its video signalsoftwareUpdateTrigger β fires once when BI first reports an available updatediskFreeBelowTrigger β fires when free disk drops below a configurable GB threshold (supports drive-label filter)mem / memfree server states correctly mapped to BI's memphys / mem API fieldsmem (physical) vs memfree (free) server state mapping&h=



| Released on: | Feb. 14, 2026 |
| Requires: | Indigo v2023.2.0+ |
| Downloaded: | 4 times |
| Download this release | |
![]()
Bug fix and support for new version's of Python coming Indigo 2025.2
| Released on: | Jan. 25, 2024 |
| Requires: | Indigo v2023.2.0+ |
| Downloaded: | 3 times |
| Download this release | |
![]()
Downgrade to PIL 10.2.0 / Use Indigo install, still seems to support WebP New in 10.2
Indigo 2023.2, API 3.4 Only
Let Indigo install dependencies and manage quarantine. Create and use pypi library plugin_gifsicle for downloading binary for animated gif creation see here: https://pypi.org/project/plugin-gifsicle/
Add Number of images to Animated gif as editable, defaults to 15. Large numbers == very large files. Add action group for animated Webp images (seems poorly supported by apple sadly) should be better animated option. (use Pillow to convert) Update Quality options for Webp (20 seems ideal)
Add BlueIris Camera Groups - enables All Cameras as one feed, or indeed single Camera cycling through motion. Press generate Cameras from plugin Config menu and these new Groups will appear.
Limited states for these Groups and decide to use same Device type == Camera Don't support all options (for example BlueIris groups do not trigger)
Main usage: Enables support in Home app, via HomeKitLink of BlueIris Camera Groups.
| Released on: | Jan. 17, 2024 |
| Requires: | Indigo v2023.2.0+ |
| Downloaded: | 3 times |
| Download this release | |
![]()
Indigo 2023.2, API 3.4 Only
Let Indigo install dependencies and manage quarantine. Create and use pypi library plugin_gifsicle for downloading binary for animated gif creation see here: https://pypi.org/project/plugin-gifsicle/
Add Number of images to Animated gif as editable, defaults to 15. Large numbers == very large files. Add action group for animated Webp images (seems poorly supported by apple sadly) should be better animated option. (use Pillow to convert) Update Quality options for Webp (20 seems ideal)
Add BlueIris Camera Groups - enables All Cameras as one feed, or indeed single Camera cycling through motion. Press generate Cameras from plugin Config menu and these new Groups will appear.
Limited states for these Groups and decide to use same Device type == Camera Don't support all options (for example BlueIris groups do not trigger)
Main usage: Enables support in Home app, via HomeKitLink of BlueIris Camera Groups.
| Released on: | Dec. 23, 2023 |
| Requires: | Indigo v2022.1.0+ |
| Downloaded: | 5 times |
| Download this release | |
Add BlueIris Camera Group stream support - enables All Cameras as one feed, or indeed single Camera cycling through motion, and all BlueIris camera groups as seperate Camera.
Limited states for these Groups and decide to use same Device type == Camera
Click generate Cameras in PluginConfig to recreate.
Camera Groups don't support all Cameras options, are are largely here as a way of easily accessing the group stream in HomeKitLink plugin, for Home use.
| Released on: | March 8, 2023 |
| Requires: | Indigo v2022.1.0+ |
| Downloaded: | 4 times |
| Download this release | |
![]()
Readme Here: https://github.com/Ghawken/IndigoPlugin-BlueIris/blob/cliplist/README.md
Check stateList exists before pushing to device to deal with camera not supplying all info. Forum issue:https://forums.indigodomo.com/viewtopic.php?f=269&t=26978
| Released on: | May 10, 2022 |
| Requires: | Indigo v2022.1.0+ |
| Downloaded: | 4 times |
| Download this release | |
![]()
Readme Here: https://github.com/Ghawken/IndigoPlugin-BlueIris/blob/cliplist/README.md
Changes:
Python 3 compatibility first release
| Released on: | Nov. 12, 2019 |
| Requires: | Indigo v7.0.2 thru v2022.2 |
| Downloaded: | 3 times |
| Download this release | |
![]()
Readme Here: https://github.com/Ghawken/IndigoPlugin-BlueIris/blob/cliplist/README.md
Changes:
Finalise Broadcast changes for future AI Camera Plugin Support (DeepState Plugin) Enable/Disable in Plugin config Fix for empty log / Nonetype error reported.
| Released on: | July 10, 2019 |
| Requires: | Indigo v7.0.2 thru v2022.2 |
| Downloaded: | 4 times |
| Download this release | |
![]()
Readme Here: https://github.com/Ghawken/IndigoPlugin-BlueIris/blob/cliplist/README.md
Changes:
Bug fix for Generate Camera Info being visible without button Bug fix for server options not being used until save config window.
| Released on: | July 8, 2019 |
| Requires: | Indigo v7.0.2 thru v2022.2 |
| Downloaded: | 3 times |
| Download this release | |
![]()
Readme Here: https://github.com/Ghawken/IndigoPlugin-BlueIris/blob/cliplist/README.md
Primarily supporting v5 of BlueIris.
Bug fixes for non-admin users within BI Server. Cosmetic changes with Plugin Config Preferred option would be always admin user, and limit to local-LAN access only if any concerns.
Few further info boxes in Config dialogs
Add support for Action/Camera Config: Record: Set to Manual, Periodic, Continuous, Triggered,Motion/Periodic, and Motion/Continuous Hide/Show Camera Set/Reset Cameras first DIO output Reset Alert Counter for Camera Audio enable for Camera Audio disable for Camera Lock/Unlock Camera Start/Stop Manual Recording Fix for Pause/Unpause Camera

New Indigo Plugin Action to alter Camera Motion Trigger Settings: Cancel Shadows/Disable Cancel Shadows Enable/Disable Audio Trigger of Camera Enable/Disable Object Detection Disable/Enable Zones and hot spot Disable/Enable Black and White Enable/Disable Show Motion Set the Min Contrast Level Set the Break Time/seconds Set the Make Time/seconds Alter Sensitivity/Minimum object size

Finally a proper bug fix for Triggering error reported here: (Wasn't admin user access issue) Thanks! (https://forums.indigodomo.com/viewtopic.php?f=269&t=22637#p179296)
| Released on: | June 30, 2019 |
| Requires: | Indigo v7.0.2 thru v2022.2 |
| Downloaded: | 4 times |
| Download this release | |
New Functions for those running v5.
1. Add Action Group to Change BlueIris Macro Settings
These are the %1-%100 macros within BlueIris that you can overlay on any camera. They go from 1-100, even though BI only shows first 10 in settings page. This action setting allows the Plugin to change this Macro...
eg.
Temp Overlays, Location overlays, multiple possibilities

Select BlueIris Plugin Action to get this dialog

As you can see - supports Device and Variable Substitution eg. %%d:241092027:temperature%%
2. Add New Device Type (Optional) BlueIris User

Need to add Blue Iris Server Alert for User Login: From Within Blue Iris Server, Main Settings, Users, Choose particular User Actions: On Login: + Web request or MQTT
Similar to Camera Alerts - just with username at end eg.
http://IndigoIP:4556/&CAM/&TYPE/&PROFILE/glenn
Post/payload: Indigo
eg.


3. Add Parsing of BlueIris Logs
This enables Camera Motion alerting without setting up anything within BI Server, and User Login from Log alone. Presently this adds little further, except easy setup, and is slower (seconds only) at alerting. Future use though for Sentry alerts, for Camera based triggering....

Adds new Camera device setting 'TriggeredbyLog' true if log message has triggered motion sensing. Potentially adds issue with User Login triggering twice if running user login alert, and Parse logs. To overcome create BlueIris User Device for that user which will fix.
More to come...
Glenn
| Released on: | June 14, 2019 |
| Requires: | Indigo v7.0.2 thru v2022.2 |
| Downloaded: | 3 times |
| Download this release | |
Backwards compatible with BlueIris v4 No new functionality as yet.
| Released on: | March 25, 2018 |
| Requires: | Indigo v7.0.2 thru v2022.2 |
| Downloaded: | 4 times |
| Download this release | |
Add streams information so this can be used by HomeKit
| Released on: | Feb. 27, 2018 |
| Requires: | Indigo v7.0.2 thru v2022.2 |
| Downloaded: | 4 times |
| Download this release | |
Changes:
Select the Cameras (I do all) and then select the number of hours to go back and display the clips. (in hours)
This will go back the selected hours and for the selected cameras generate a cliplist of recent alerts/videos. The plugin then creates html file/s (stored in IndigoWebServer/static which can be used to display these clips).
Clicking on the clip then opens the video/playback/audio etc.
From within Indigo Touch - in a Control Page use go to external URL and use this URL to navigate here. This will on my ipad open Safari and display nicely - can play videos by clicking, or just browse the thumbnails, and then click back top left arrow to go back to Touch.
(There is a Cross-Origin Domain issue with Chrome where the images won't show - so for the moment Safari it needs to be.)
eg.
Location:
IndigoIP:IndigoPort/static/CameraName-cliplist.html
eg
192.168.1.6:8176/static/FrontLow-cliplist.html
If I can think of better Indigo Touch integration I'll change.
But I am very pleasantly surprised at how useful this is going to be, as when I start down this cliplist road I wasn't quite sure how it was going to end up useful in Indigo!
eg.

| Released on: | Feb. 25, 2018 |
| Requires: | Indigo v7.0.2 thru v2022.2 |
| Downloaded: | 4 times |
| Download this release | |
| Released on: | Feb. 24, 2018 |
| Requires: | Indigo v7.0.2 thru v2022.2 |
| Downloaded: | 5 times |
| Download this release | |
This add a new Action group to generate a recent ClipList for playback of recently recorded files. (! )
This is the only addition but has taken a bit of time. Consider this addition a bit of a test, but if not running this action group - nothing specific has changed.
Select the Cameras (I do all) and then select the number of hours to go back and display the clips. (in hours)
This will go back the selected hours and for the selected cameras generate a cliplist of recent alerts/videos. The plugin then creates html file/s (stored in IndigoWebServer/static which can be used to display these clips).
Clicking on the clip then opens the video/playback/audio etc.
From within Indigo Touch - in a Control Page use go to external URL and use this URL to navigate here. This will on my ipad open Safari and display nicely - can play videos by clicking, or just browse the thumbnails, and then click back top left arrow to go back to Touch.
(There is a Cross-Origin Domain issue with Chrome where the images won't show - so for the moment Safari it needs to be.)
eg.
Location:
IndigoIP:IndigoPort/static/CameraName-cliplist.html
eg
192.168.1.6:8176/static/FrontLow-cliplist.html
Try it out! If I can think of better Indigo Touch integration I'll change.
But I am very pleasantly surprised at how useful this is going to be, as when I start down this cliplist road I wasn't quite sure how it was going to end up useful in Indigo!
| Released on: | Feb. 23, 2018 |
| Requires: | Indigo v7.0.2 thru v2022.2 |
| Downloaded: | 4 times |
| Download this release | |
diskfree, diskallocated, disktotal, diskused [First disk only which should be main storage] Are numbers so can run triggers when less than/greater than etc from within Indigo diskname Path to current main storage clipsInfo state eg. Something like this: As a string of current storage/drive/info Clips: 30870 files, 0.97T/1.00T; \FILESERVER2012 +250.5G, C: +153.4G
Also thread the download image code in case massive delays in multiple image downloads (surprisingly uncommon - I have only seen it once)
Must have write access. Should check this on entry. Blank or none defaults to current.
| Released on: | Feb. 21, 2018 |
| Requires: | Indigo v7.0.2 thru v2022.2 |
| Downloaded: | 4 times |
| Download this release | |
Major changes
Major change is plugin built in ## Http Threaded Server
Changes to Plugin managing it's own Http Server:
Need to put port number of server in PluginConfig:
Default port 4556
Can be changed to any allowed port if needed.
In Plugin Config select port to use and then will start its own server on this port. Will need to reconfigure BlueIris Server web requests/alerts to this server
When Triggered
http://IndigoIP:4556/&CAM/&TYPE/&PROFILE/True
POST text: Indigo
Request again when trigger is reset
http://IndigoIP:4556/&CAM/&TYPE/&PROFILE/False
POST text: Indigo
```
see here:

## Recent Actions Added
Add Enable/Disable Generate Animated Gifs as Action Group per Camera/s
[this enables you to change the camera settings with an action as required - e.g arrived home; stop making them]
Add Status PluginTriggeringEnabled to each Camera.
[this enabled you as an action to disable any Plugin Based triggering [this doesn't affect BI Server]
eg. arrived home - Disable this setting and no Plugin Triggers for this camera will occur]
PluginTriggeringEnabled for all Cameras reset at Plugin startup to Enabled.
## Animated GIFs Created
From version 0.6.0
The Plugin can also generate an Animated Gif for each Camera. This can be done automatically if triggered from within the Camera Device settings, or it can be performed as an Action on selected Cameras
The animated Gif once triggered is then generated - eg. if length is 10 seconds 15 images/10 seconds are taken, and then packaged and sent, so if being used in a action group will need to add appropriate delay
for it all to be created.
The way I have done this is to use two external calls - one to build-in Sips app to convert jpg to Gif. The next is to package gifiscle within the plugin and this is called to create the Anims. Separate threads are created so there is no main-thread time impact for this.
There are no additional libraries required (I hope....)
***Options***
These can then be sent via imsg very easily with the following Applescript action group.
delay 5 tell application "Messages" set myid to get id of first service set theBuddy to buddy "toemailaddress" of service "E:fromemailaddress note the E:" send POSIX file "/Users/Username/Documents/Indigo-BlueIris/CameraNameShort/Animated.gif" to theBuddy end tell ``` [Ideally as external script.]
This is more robust, avoids dependency on variables and the subscription to variable changes that was needed. I suspect overall is more light weight. Allows triggering on start and stop motion (in future) also sends the reason for trigger e.g. external, test, audio etc.. And as a plus removes the Web Server log entries - which were harmless but a bit annoying.
Still testing currently... but so far so good, the more testing the better - thanks...But will likely merge with main branch and update release soon.
Please test........!
| Released on: | Feb. 17, 2018 |
| Requires: | Indigo v7.0.2 thru v2022.2 |
| Downloaded: | 3 times |
| Download this release | |
Pulling all possible information from BI Server now.....
Changes: - Fix for Wrong PluginName for Update
Add Additional Custom States to Server Device
Add States to BI Camera Device
Some of these states require the Indigo Plugin BI Username to have admin rights on the BI server. I have added quite a few checks to capture when they are not, even if changing back and forwards without restarting. If you don't want to be a BI Admin user - thats fine - the these new states will remain blank.
If any CamConfig commands are run - will immediately update on Camera Device the new setting (Motion Detector off etc.)
| Released on: | Feb. 17, 2018 |
| Requires: | Indigo v7.0.2 thru v2022.2 |
| Downloaded: | 3 times |
| Download this release | |
| Released on: | Feb. 17, 2018 |
| Requires: | Indigo v7.0.2 thru v2022.2 |
| Downloaded: | 4 times |
| Download this release | |
Remove a few unneeded menu items Updating code now functioning. Waiting new StoreAPI Update Plugin menu items updated. New, updated Readme
| Released on: | Feb. 16, 2018 |
| Requires: | Indigo v7.0.2 thru v2022.2 |
| Downloaded: | 3 times |
| Download this release | |
Adds Cam Configuration Action Groups (need BI admin access to run these)
Selectable for each Camera; Allows: - Send Reset to Camera - Enable/Disable Motion Detection - Enable/Disable Camera - Start PTZ Cycle/Stop PTZ Cycle - Pause/Unpause

Obviously quite useful to be able to turn off/on from within Indigo!
| Released on: | Feb. 16, 2018 |
| Requires: | Indigo v7.0.2 thru v2022.2 |
| Downloaded: | 5 times |
| Download this release | |