Announcing the Blorp Mac App Preview – Available to Test Now!

Blorp is at a stage where there’s still plenty of work to do, but I’m ready to start gathering feedback. The main areas that need improvement are enhancing the post creation experience and adding the ability to sign up directly through Blorp.

That said, Blorp is already very usable. I’ve chosen to launch the Mac app first because, among all the Lemmy clients, the desktop space is the least saturated. I’m starting with Mac since that’s where I’ve done all my testing, but the plan is to expand to Linux and Windows as well.

I’d love for you to download Blorp for Mac! If you’re not ready to install it yet, or you’re not on a mac but still want to check it out, you can use the web version at blorpblorp.xyz.

Did I mention, Blorp is open source? You can read all the code on our GitHub.

Other platforms coming soon:

  • iOS
  • Android
  • Linux
  • Windows
  • Ulrich@feddit.org
    link
    fedilink
    English
    arrow-up
    1
    ·
    2 days ago

    I’ve chosen to launch the Mac app first because, among all the Lemmy clients, the desktop space is the least saturated

    What benefits does the desktop app provide over just a website?

    • moseschrute@lemmy.mlOPM
      link
      fedilink
      English
      arrow-up
      3
      ·
      2 days ago

      Right now:

      • Uses a native key value store instead of IndexDB. So in theory you shouldn’t get the Voyager database error (if you use Voyager)
      • Ability to bypass some borwser things like CORS, allowing me to embed Loops videos. Fetching from loops.video from 3rd party domains is blocked in the browser.

      But you raise a good question. Maybe I’m better off focusing on a PWA, as that will simplify cross platform deployment.

      My goal is really to provide the best expierence cross patforms as I can. I’ve built the app in a way that will allow me to deploy it to a lot of paces. I’m mostly decided on the UI, but not nessesarily how I distribute the app (natve or PWA).