https://github.com/nativephp/awesome-nativephp
Sharing the awesome NativePHP apps you're building
https://github.com/nativephp/awesome-nativephp
List: awesome-nativephp
Last synced: about 2 months ago
JSON representation
Sharing the awesome NativePHP apps you're building
- Host: GitHub
- URL: https://github.com/nativephp/awesome-nativephp
- Owner: NativePHP
- Created: 2023-07-22T17:54:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-10-22T13:06:13.000Z (5 months ago)
- Last Synced: 2025-11-08T01:00:48.087Z (5 months ago)
- Homepage: https://nativephp.com
- Size: 50.8 KB
- Stars: 338
- Watchers: 16
- Forks: 34
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/funding.yml
Awesome Lists containing this project
README
# Awesome NativePHP
Sharing the stuff everyone is making with/around [NativePHP](https://nativephp.com)
## How to
Create a PR that adds your project, app, article, course to this readme file.
## Etiquette
- Don't move other listings (but put your listing where it belongs alphabetically)
- Only one listing per PR
- Format must be per the example
Failure to follow etiquette will result in your PR getting swiftly rejected.
## Example
```
### Title
Link
Description
Type: [electron | tauri | mobile]
Tags: [max 5 comma-separated terms]
---
```
## Apps & Games
### Air Quality Index Taskbar App
https://github.com/breadthe/aqi-desktop
A Mac taskbar app for monitoring the Air Quality Index in your zip code.
Type: electron
Tags: app, taskbar, air quality, monitor, api
---
### APNEE
https://codeberg.org/atlza/apnee
Simple Exif and IPTC image editor
Type: electron
Tags: exif, iptc, image, photo, ExifTools
---
### Cronikl
https://github.com/simonhamp/cronikl
A small tool to manage scheduled tasks
Type: electron
Tags: app, cron, open-source
---
### Daily Pursuit
https://apps.apple.com/app/daily-pursuit/id6740605199
A simple trivia game for iOS
Type: mobile
Tags: game, mobile, trivia, livewire
---
### DOOM
https://github.com/Itemshopp/doom-native-php
DOOM in NativePHP
Type: electron
Tags: video game, retro, dos, doom
---
### Find me an image
https://github.com/IvalinV/Find-me-an-Image
Simple NativePHP application utilizing the `Lorem Picsum API` for retrieving images with specific size.
Type: electron
Tags: app, API, Laravel
---
### Hwei's Brush
https://github.com/rico-vz/Hweis-Brush
Customize your League of Legends profile background using the LCU API.
Type: electron
Tags: league of legends, lcu api, riot games, windows
---
### IPTracker
https://github.com/modernben/iptracker
Desktop tool to keep track of your IP address and update you when it changes
Type: electron
Tags: utility, networking, ip
---
### Larajobs Desktop
https://github.com/sawirricardo/larajobs-desktop
The desktop notifier for Larajobs
Type: electron
Tags: app, notification, larajobs, job board, open-source
---
### LaraPass - Password Manager
https://github.com/alibori/larapass
Keep your passwords safe with this self-hosted password manager built with Laravel, Livewire, Tailwind CSS and NativePHP.
Type: electron
Tags: open-source, password manager
---
### LeevSync. - rsync GUI
https://github.com/cbuzas/leevsync
NativePHP based rsync synchronization tool for desktop
Type: electron
Tags: open-source, rsync
---
### Logger Desktop App
https://github.com/mattsplat/logger-app
Tool that displays logs for local laravel projects.
Type: electron
Tags: logger app
---
### Object Storage Manager
https://github.com/mattsplat/ObjectStorageManager
App to easily view files and folder structures inside your S3 compatible disk.
Type: electron
Tags: s3, file manager
---
### Open Sketch App
https://github.com/kpicaza/open-sketch
A sketching app that empowers you to explore your creativity on a digital canvas.
Type: electron
Tags: canvas, draw, sketch, app
---
### Phost
https://github.com/gwleuverink/phost
Inbox and local SMTP server for intercepting and debugging emails during development
Type: electron
Tags: email, devtool, utility, SMTP, network protocol
---
### PHP Dune
https://github.com/pabloFdz/PHPDune
A serverless, standalone and installable PHP Sandbox.
Type: electron
Tags: sandbox, utility, devtool
---
### RewriteGPT : An AI Rewriting & translating tool
[Link](https://github.com/marcanthonysurmont/rewritegpt)
A powerful tool for effortless rewriting and translation! Simply enter your OpenAI key, copy any text, and press CTRL / CMD + ALT + C to instantly enhance wording, punctuation, and clarity.
Type: electron
Tags: OpenAI, Rewrite, Toolbar, Productivity
---
### Psy REPL - GUI for tinker
https://github.com/Jacked-PHP/psy-repl
Interact with your Laravel tinker via GUI.
It works local for bare metal or dockerized applications, and remote via ssh.
Type: electron
Tags: repl, tinker, shell, laravel, utility, productivity
---
### Relay
https://github.com/gwleuverink/relay
Relay brings real-time monitoring of your GitHub Workflows directly to your Mac menu bar
Tags: CI/CD, GitHub, devtool, utility
---
### TimeCode - MenuBar timezone tracker
https://github.com/nexxai/timecode
Track all of your colleagues' timezones in an app and on the MenuBar
Type: electron
Tags: timezone, open-source, productivity
---
### TimeScribe
https://timescribe.app/
Simple and free working time recording. Completely free, no registration and open source.
Type: electron
Tags: time tracking, macos, menubar, open-source, productivity
---
### Watchdog - Website Monitor
https://github.com/solutionforest/Watchdog
Keep track of the uptime of their websites on the MenuBar
Type: electron
Tags: monitor, open-source, productivity, utility
---
### YaTTa!
https://github.com/murdercode/yaTTA
Yet Another Talk To AI app
Type: electron
Tags: chat, openai, chatgpt, ai, open-source
## Videos & Tutorials
### Laravel Full App Tutorial with NativePHP
https://www.youtube.com/playlist?list=PLk7WHc3O9gjYkGYUXOCORXJMYFTC2A6Z5
A series where [@ShaneDRosenthal](https://twitter.com/ShaneDRosenthal) creates a NativePHP Todos app and links it up with a separate Jetstream app. Users can see what other team members are currently working on and what they have completed for the day/week etc.
Type: electron
Tags: app, laravel jetstream, tutorial
---
### NativePHP Tutorial: Building a Mac MenuBar application
https://laravel-news.com/nativephp-tutorial
Follow along as we put together a Mac MenuBar application to know the local time of each member of your team.
Type: electron
Tags: tutorial, article, laravel news