# 2026.07.14 Weekly Meeting

**URL:** https://discourse.slicer.org/t/2026-07-14-weekly-meeting/47579
**Category:** Weekly meetings
**Created:** [July 8, 2026, 11:13am UTC](https://discourse.slicer.org/t/2026-07-14-weekly-meeting/47579 "2026-07-08T11:13:38Z")
**Posts on this page:** 1
**Showing post:** 5

<div class="post-metadata">

### Author: ![ebrahim](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/ebrahim/32/13403_2.png) [@ebrahim](https://discourse.slicer.org/u/ebrahim)
#### Post date: [July 14, 2026, 3:53pm UTC](https://discourse.slicer.org/t/2026-07-14-weekly-meeting/47579/5 "2026-07-14T15:53:32Z")

</div>

Notes from today’s meeting:

## Agenda

- [Is something still wrong with macOS extnesion packages?](https://discourse.slicer.org/t/slicer-5-12-summary-highlights-and-changelog/47540/6)
- [Rafael PRs that need discussion/actions](https://discourse.slicer.org/t/2026-07-14-weekly-meeting/47579/4)
- [Default mouse mode and mouse mode discoverability](https://github.com/Slicer/Slicer/pull/9284)

## Install script

> **[GitHub - mauigna06/slicer-installer](https://github.com/mauigna06/slicer-installer/)**
>
> Contribute to mauigna06/slicer-installer development by creating an account on GitHub.

Mauro adding to Slicer/Utilities in a PR

After review and testing and agreement, we can make [slicer.org/install.sh](http://slicer.org/install.sh) redirect to it on github.

Still need someone to test on macOS:

```auto
curl -fsSL https://raw.githubusercontent.com/mauigna06/slicer-installer/main/install.sh | sh

```

And here is how to try it out on windows right now:

```auto
powershell -c "irm https://raw.githubusercontent.com/mauigna06/slicer-installer/main/install.ps1 | iex"

```

Consider:

- a no-interaction mode, for people who want to use the script in automations
- an automatic dependency installation mode, for people who want to use the script to create docker images
- the possibility of packaging an installer script into the tarball, in the linux case
- representing system dependencies in a separate file that the script references and that the docs can also reference to report system dependencies, so that they are in one place and never go out of sync

## macOS stable extension issues

Signs point to a stale state during our attempt to do an incremental rebuild on the macOS factory machine. Ebrahim will disable nightly and do a completely clean rebuild of both SLicer and extensions on the macOS factory machine. This will have to be called 5.12.2 even though there might not be any actual changes, so that there is not a chance of confusing two different 5.12.1 packages. Planning to kick this off tomorrow.

---

_[View the full topic](https://discourse.slicer.org/t/2026-07-14-weekly-meeting/47579)._
