Skip to content

Releases: evolution-foundation/nexus-studio-assets

Nexus Studio v0.0.1-2

Choose a tag to compare

@DavidsonGomes DavidsonGomes released this 13 Aug 03:59
448a0cc

Added

  • Desktop notifications for the two things that need you: a question an agent asked mid-run, and a failure. Nothing else interrupts, several at once arrive as one, and anything on screen stays silent.
  • What's new is reachable from the projects screen, not only with a project open, and the feed refreshes when a new version opens instead of waiting out a day.
  • Two issues can be worked at the same time, each in its own checkout. The second one is created only while the first is still going, and every checkout is listed with its size and removed deliberately.
  • An issue can leave the board: archive by default and reversible, delete confirmed by name, both refusing while work is unmerged or a run is alive.
  • A project that has never been touched says what to do first, read from its files rather than a stored step.
  • Codex runs beside Claude Code, chosen per agent and per stage, with the cost of each stated where the choice is made.

Fixed

  • Setup showed Git as missing with no project open, on machines where git was installed: whether the binary exists and whether a folder is a repository are two questions, and only one of them needs a project.
  • A run that was killed said it was working forever, and the rail and Activity could disagree about the same run.
  • The rail was one flat list; it is grouped by what you are doing.

Known

  • The builds are still not signed. macOS calls an unsigned download damaged, and the fix is one command, which the download page carries.
  • Terminal is out of this build. It misbehaved through three rounds of fixes, and a door that does not work is worse than no door.

Unsigned test builds. Nothing here is broken, and nothing is wrong
with your download.

macOS says "Nexus Studio.app is damaged and cannot be opened".
It is not damaged: an unsigned app carries no signature to check,
and macOS says that instead. Right-click and Open is NOT offered
for this message. Drag the app to Applications, then run once:

xattr -dr com.apple.quarantine "/Applications/Nexus Studio.app"

Windows shows a SmartScreen warning: choose More info, then
Run anyway.

Signing and notarisation are what remove both, and they need
certificates this project does not have yet.

Nexus Studio v0.0.1-1

Choose a tag to compare

@DavidsonGomes DavidsonGomes released this 13 Aug 02:47
448a0cc

Added

  • First public pre-release, for macOS (Apple Silicon and Intel), Windows and Linux.
  • The board, issues, specs, planning, sprints and documentation, kept as text files in your own repository.
  • Nine configurable specialist agents, running live, able to ask a question mid-run and to run several at once.
  • Automatic updates, checked in the background and installed only when you say so.
  • A built-in terminal and editor, project memory, and a code map drawn from the repository.

Known

  • The builds are not signed. macOS calls an unsigned download damaged, and Windows SmartScreen warns; both are removed by signing, which needs certificates this project does not have yet.
  • Git and pull requests inside the app were left out of this first version on purpose.

Unsigned test builds. Nothing here is broken, and nothing is wrong
with your download.

macOS says "Nexus Studio.app is damaged and cannot be opened".
It is not damaged: an unsigned app carries no signature to check,
and macOS says that instead. Right-click and Open is NOT offered
for this message. Drag the app to Applications, then run once:

xattr -dr com.apple.quarantine "/Applications/Nexus Studio.app"

Windows shows a SmartScreen warning: choose More info, then
Run anyway.

Signing and notarisation are what remove both, and they need
certificates this project does not have yet.