Skip to content

Releases: freesoulcode/foya

Foya v0.1.0-alpha.1

Foya v0.1.0-alpha.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 08 Sep 15:45

Foya v0.1.0-alpha.1

This is the first public alpha release of Foya, a local-first personal agent system with a native desktop app, CLI, bring-your-own-model support, and remote kernel deployment.

Highlights

  • Native macOS desktop app built with Tauri and Vue.
  • Persistent Go kernel shared by desktop, CLI, automations, and messaging channels.
  • Bring-your-own-model support for OpenAI-compatible providers.
  • Local-first session state, event logs, project configuration, and artifacts.
  • One-click SSH remote kernel deployment with automatic tunnel management.
  • Production server mode with bearer-token auth, TLS/reverse-proxy support, Docker, Caddy, and systemd examples.
  • Documentation site published at https://freesoulcode.github.io/foya/.

Downloads

  • Foya_0.1.0-alpha.1_arm64.dmg for Apple Silicon Macs.
  • Foya_0.1.0-alpha.1_x64.dmg for Intel Macs.
  • foya-linux-amd64.gz and foya-linux-arm64.gz are remote kernel assets used by SSH deployment.
  • Each downloadable asset includes a matching .sha256 checksum file.

Important Notes

This release is unsigned. macOS may block the first launch. Control-click Foya.app, choose Open, then confirm.

Foya is still early alpha software. APIs, configuration, storage formats, and desktop behavior may change between releases.

Verify Downloads

shasum -a 256 -c Foya_0.1.0-alpha.1_arm64.dmg.sha256
shasum -a 256 -c Foya_0.1.0-alpha.1_x64.dmg.sha256

Known Limitations

  • macOS builds are not code-signed or notarized yet.
  • Windows desktop support is still in progress.
  • Multi-tenant server deployment is not supported yet.
  • Remote SSH kernel download requires access to this GitHub Release from the desktop machine.