Skip to content

feng19/phx_new_desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jan 10, 2025
ba4a808 · Jan 10, 2025

History

24 Commits
Jan 31, 2024
Oct 17, 2023
Mar 29, 2023
Jan 10, 2025
Mar 29, 2023
Mar 29, 2023
Jan 10, 2025
Mar 29, 2023
Mar 29, 2023
Mar 29, 2023
Jan 31, 2024
Mar 29, 2023
Jan 10, 2025
Jan 10, 2025
Jan 31, 2024

Repository files navigation

phx.new desktop

Video Demo

To start your Phoenix server:

  • Run mix setup to install and setup dependencies
  • Start build with make release-all

Requirements

  • erlang & elixir
  • rust

Usage

Windows & Linux

Download the latest release from here.

MacOS

After MacOS 10.15.7, the app is not allowed to run, you need to bypass Gatekeeper.

  • Open Terminal

  • Run the following command

    For the current installed version:

    sudo xattr -c '/Applications/phx_new_desktop.app'

    For all versions of the app:

    sudo xattr -r -d com.apple.quarantine '/Applications/phx_new_desktop.app'
  • After that, you can run the desktop GUI.