Skip to content

Francois v0.15.7

Choose a tag to compare

@github-actions github-actions released this 31 Jul 12:46

What changed

  • chore(pipeline): drop the bundled 1.1.0 core, reconcile to cohorte 1.3.2, freeze session-attachments
  • feat(session): add file/clipboard attachment support
  • chore(pipeline): reconcile generated files to cohorte 1.3.3
  • fix(core): restore use tauri::Manager so the Windows build compiles
  • feat(conversation): recall sent messages with arrow-up in the composer
  • chore(spec): mark message-history shipped
  • chore(pipeline): reconcile generated files to cohorte 1.3.4
  • fix(projects): make the titlebar project button switch projects
  • fix(conversation): prevent caret movement on repeat ArrowUp at oldest history entry
  • feat(account): add multi-account support
  • fix(session): never count a link's own size in removed_bytes

Full diff

Install

npm i -g francois

This is the recommended route: binaries fetched by a CLI never carry the browser's
Mark-of-the-Web / quarantine attribute, so there is no SmartScreen or Gatekeeper
prompt even though the builds are unsigned. It still registers a Start Menu /
Launchpad / applications-menu entry, so you open it like any installed app.

Or take an installer below:

  • Windows: Francois_*_x64-setup.exe (NSIS) or *_x64_en-US.msi (WiX)
  • macOS: Francois_*_universal.dmg (Apple Silicon + Intel)
  • Linux: Francois_*_amd64.AppImage or *_amd64.deb

Prerequisite: the app orchestrates the Claude Code CLI, so the machine needs
claude installed and authenticated on PATH.

Installers are unsigned — Windows SmartScreen / macOS Gatekeeper may warn on
first launch (on macOS: right-click → Open, or xattr -cr the app).