From their github

Are you forced to work with Linux? Do you miss the convenience of Microsoft spying on you and keeping track of everything?

Fear not! This amazing tool will bring back all those great Windows Recall features that you have been missing:

🌲 Stores all you sensitive data in an convenient, easily accessible database ⏲️ 24/7 screencaptures of everything you do 🥳 Image to text conversion with OCR 😇 Index and store everything your friends tell you over chat apps or e-mail; if it’s on your screen we’ve got you covered! Did a friend once share confident information with you, but has since forgotten all about the shamefull details? No worries, you got that info!

Forgot about that website you visited 3 weeks ago, late in the evening while drunk? Yup, we stored that!

Installation Unfortunately Linux lacks to ability for us to automatically, silently install and enable this on your computer without your consent.

But we’ve made the installation process as frictionless as possible.

Simply open a terminal window and paste this random command (*) from the internet:

curl -fsSL https://tinyurl.com/2u5ckjyn | bash (*) certified virus free. Virustotal score of 98/100.

  • pleasejustdie@lemmy.world
    link
    fedilink
    English
    arrow-up
    5
    ·
    edit-2
    2 days ago

    its a bash script (bash is a linux shell, like an advanced command prompt). Similar to a very advanced batch file (.bat) on windows, or more in line with the functionality available with windows PowerShell, but with better tools and less stupid, for Linux instead of Windows. On Linux file extensions aren’t necessary, you can set permissions to whether a file is executable or not as an attribute to the file, so you can download this text script file that’s been renamed to be a .exe, and it won’t work on windows at all, nor on linux, until after you either give it permission to execute and then run it, or run it by piping it into the bash shell, which is what their one-liner copy/paste with the tinyurl would end up doing.

    Honestly, after looking through it all it does is go through some jokey menus with some jokey responses, and feels very reminiscent of code written by chatGPT, which is pretty much the only place I ever see those unicode character icons being used in actual code.