Skip to content

0.0.1

Pre-release
Pre-release

Choose a tag to compare

@Blankeos Blankeos released this 15 Nov 17:44
· 2 commits to main since this release

🥳 First Pre-Release!

Hello! This is a cool tool that will help you transfer from your phone to PC and vice versa locally. Any phone, any computer. It's basically a whole web app in 1 executable, that means no needs to install Node or any other dependencies! Built it with SvelteKit, Webpack, and pkg

Motivation was really just so I can transfer stuff locally. Local http is speedy, so I don't need to use the USB or take care of any compatibility between the two devices. It's fast!

What's here?

  • 🪟 Windows executable release!
  • ✨ Pretty much working I guess.
  • 🛣️ Within the roadmap:
    • MacOS release
    • Linux Release
    • CI/CD stuff automated release, etc. (idk how to set that up yet)
    • Feature: Drag and Drop to Sort
    • Feature: A database (libsql or sqlite would be good)? (Currently using just the file system readDirSync, that also means you can add data right from the folders lol)
    • And many more!

Download and Run the Software

  1. Go to the 👇 Assets down here and download main-win.exe and .env
  2. Rename env.example -> .env
  3. Open main-win.exe, it should run by now.
  4. Go to your browser and type: http://localhost:3000

Build doesn't work?

  1. Try cloning the project,
  2. pnpm packerino