Zambyte 2 months ago

This seems pretty nice, but fair warning to anyone planning on checking this out, it's actually just a trial version, and the full version is $8. Not too expensive, but doesn't feel great to me that this information is completely omitted until you download and run the app.

  • anonzzzies 2 months ago

    You can check for quite a long time and then pay a one off $8. Not ideal as I like opensource, but seems quite a lot of work went into it and it's a smooth experience.

    I have nothing to do with them, I am happy with something that just works for all I need it for without having to take all kinds of expert steps. It Just Works. Maybe some massive companies can learn from this; the list is large.

transpute 2 months ago

Thanks for the pointer, seems to be using VNC, https://www.reddit.com/r/androiddev/comments/18psg3p/linux_o...

  • cma 2 months ago

    It says it doesn't use VNC while others do:

         While current solutions depend on VNC to display the Linux interface, we got rid of VNC altogether along with the problems it causes.
    • transpute 2 months ago

      It's doing VNC-alike "graphics remoting", but with less isolation/security in the name of efficiency/performance:

      > We thought this is too inefficient. So we decided to combine both into a single application, to eliminate most of the interprocess communication, and avoid having the Linux server run in the background, and thus suffering from power optimizations. We still have a framebuffer, but we do the scrapping and updating directly. We have reduced all the hassle to mere memcpy and texture update operations. This turned out to be huge! In the future, we hope to reduce this overhead even further by rendering directly to the texture, and this saving the need to scrape and copy memory.

      When the next release of Android Linux Terminal ships vGPU with virtio, it will provide better graphics performance than VNC, while retaining strong security isolation between Debian guest VM and host Android.

      • cma 2 months ago

        Not clear it is much less secure. It could be using subprocesses and shared memory since they say they are just writing a buffer. I think you can't get that with cross app communication, only subprocess in Android, right?

        • [removed] 2 months ago
          [deleted]
lamuswawir 2 months ago

Thank you internet stranger. I like having termux running on my phone, just in case. I will definitely try this out.

  • jacooper 2 months ago

    The termux app is still way better when it comes to being an actual terminal emulator, however the stock app should get a lot better with android 16

dr_kiszonka 2 months ago

Nice! Does it support virtual desktops ("Workspaces" on Ubuntu)?