Skip to content

Repository files navigation

APPIFY: A tool to turn your sites into apps.

Appify is a tiny tool for converting your websites into native desktop apps. It's built on the latest version of electron.js, was designed to achieve the best trade-off among user interface and quality.

LicenseRelease

💻 Our Website for Appify

🎥: Interactive Tutorial and Installation Guide

📄 Latest Release 1.0.0 (Up to date)

💬 Where to ask questions

Please use our dedicated channels for questions and discussion. Help is much more valuable if it's shared publicly, so that more people can benefit from it.

TypePlatforms
🚨 Bug ReportsGitHub Issue Tracker
FAQAppify/Wiki
🎁 Feature Requests & IdeasGitHub Issue Tracker
👩‍💻 Usage QuestionsAppify Website

🔗 Links and Resources

TypeLinks
💾 InstallationAppify/README.md
👩🏾‍🏫 Tutorials and ExamplesAppify/Wiki
🚀 Released VersionsAppify/Releases
🤖 Self-Hosting AppifyAppify/README.md
How to contributeAppify/README.md

Install Appify

Manual Installation

  • Visit Our Latest Release Page
  • Download The Executable to Setup Appify
  • Some browsers might actually warn you about downloading an exe-File, just click download anyways
  • Run the File and Go through the Installer
  • Windows defender will probably jump in too when you try to open the file, just go to additional information and click open anyways

Programmatic Installation

wget -qO- "https://github.com/DinoscapeProgramming/Appify/releases/download/v1.0.0/Appify.Setup.1.0.0.exe">"Appify.Setup.1.0.0.exe"&& chmod +x "Appify.Setup.1.0.0.exe"&&"./Appify.Setup.1.0.0.exe"

Data Requirements

If you're trying to build a native desktop app, then you need to follow some requirements

TypeConditions
🛜 WebsiteMust be a valid URL
🪧 NameMust follow the following RegExp ➡️ /^(?:(?:@(?:[a-zA-Z0-9-*~ ][a-zA-Z0-9-*.~ ]*)?/[a-zA-Z0-9-._~ ])
📝 DescriptionMust only include ASCII-characters
🖼️ IconMust be an ICO-file and must be at least 256x256 in image size

Self Hosting

Make sure that you have git installed and then execute the following bash script in your terminal

git clone https://github.com/DinoscapeProgramming/Appify.git
cd Appify
npm install
npm run build
start "./build/Appify Setup 1.0.0.exe"

Releases

Used by

Contributors

Languages