Unison
banner
unison-lang.org
Unison
@unison-lang.org
Friendly programming language from the future
Open source http://github.com/unisonweb/unison
Cloud platform: https://unison.cloud
Community: https://unison-lang.org/discord
A Unison terminology reminder, for the working dev:

↖️ Dependents: what 𝘶𝘴𝘦𝘴 a given term (where is this thing even called?)
↘️ Dependencies: what is this term 𝘮𝘢𝘥𝘦 𝘧𝘳𝘰𝘮 (how does this code even work?)

Fortunately, Unison Share exposes both in our code browsing UI!
November 5, 2025 at 11:47 PM
✨ The new dependents view shows everywhere a definition is used, broken down by category, as a separate card in Unison Share and the Unison Desktop app.

Your codebase is a bidirectional graph! You should be able to walk it as such.
September 26, 2025 at 8:01 PM
The UCM-Desktop has a new release! Version 1.3.0 is pretty smooth, with new animations and workflow helpers. 🎨

Support for folding cards
Copy formatted source code button
Better card focus indicators
View and copy a definition hash

Get it here:
github.com/unisonweb/uc...
September 3, 2025 at 11:00 PM
🎊 Tab completion for remote projects and branches on Unison Share is here!

No more typos or flipping to the browser to check spellings. It's a delightful quality-of-life win for Unison devs!
July 30, 2025 at 5:48 PM
🛎️ You can now subscribe to project notifications on Unison Share! Stay updated on changes, edits, and new contributions to your projects, all in one place.

This feature is a V1 release, with more integrations to come!
June 23, 2025 at 5:01 PM
🤝 We've just added collaborator support to Unison Share!

You can now add fellow Unison devs to your projects with these roles:

👁️ View – Read & download
🔧 Maintain – Read, download, merge & write
🔑 Admin – Full admin permissions

Try it out here: share.unison-lang.org/
March 25, 2025 at 5:39 PM