office365-pol VS apt2ostree

Compare office365-pol vs apt2ostree and see what are their differences.

office365-pol

[OUTDATED] A PlayOnLinux script that utilizes the version of Wine made for CrossOver to run Microsoft 365 Apps / Office 365 without requiring any paid CrossOver components (by DonutsBl)

apt2ostree

Build ostree images based on Debian/Ubuntu (by stb-tester)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
office365-pol apt2ostree
6 6
55 93
- -
4.5 0.0
9 months ago over 1 year ago
Shell Python
BSD Zero Clause License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

office365-pol

Posts with mentions or reviews of office365-pol. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-04.
  • Committing war crimes (Microsoft Office on Linux)
    5 projects | /r/linuxmasterrace | 4 Apr 2023
  • Most windows users don't know about compatibility layers.
    2 projects | /r/linuxmemes | 15 Dec 2022
    Now they do office365-pol
  • An ode to Flatpak (and Fedora Silverblue)
    6 projects | /r/linux | 21 Aug 2022
    Yes, I know of it. I currently use it from AUR. I use CrossOver specifically and only for Office 365 (that and support Wine development). I saw that Bottles does have a winecx build in their list of runners, but I haven't seen an Installer for Office yet, so while in theory I could use Bottles, I'm currently sticking with CrossOver for this specific usecase.
  • Linux is a life changer
    2 projects | /r/linux | 15 Jun 2022
    Or just give up and run Office 365 via CrossOver. There's apparently a way to get it working with PoL for free, but with my distro-hopping ways and the fact that I need to do it for work (instead of for fun) I have no patience for that. Plus, it feels good to donate for Wine/Proton development anyways and even better if I have an actual use for it.
  • What's your opinion on Linux for school use?
    9 projects | /r/linux | 7 Jun 2022
    For Office, the option currently is either use CrossOver (which is paid, though it can be cheaper with discounts) to install Office or to use a fairly lengthy process to follow the process CrossOver does manually. While I'm currently pinning my hope on Bottles Installer, for now WPS Office mostly works fine as long as you don't work with macros.

apt2ostree

Posts with mentions or reviews of apt2ostree. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-11.
  • Why Use Make
    10 projects | news.ycombinator.com | 11 Jan 2023
    Hm yes now I remember that point about how the data is anonymous Python objects that you can pass around to functions.

    Are there any open source examples? I looked around the github account, but I mostly remember this tool

    https://github.com/stb-tester/apt2ostree

    I'd be interested in seeing the Python config and Ninja output, to see how it works. Right now it looks to me like the dependencies are more implicit than explicit, e.g. with your copen example

    ---

    The system I ended up with is more like Bazel, but it's not building containers, so it's a slightly different problem. But I'm interested in building containers incrementally without 'docker build'.

    I like the apt lockfile idea definitely ... However I also have a bunch of other blobs and tarballs, that I might not want to check into git. I guess you just put those in OSTree?

    Our config looks like this

    https://github.com/oilshell/oil/blob/master/core/NINJA_subgr...

    And all the code is in build/ninja* of the same repo

  • An ode to Flatpak (and Fedora Silverblue)
    6 projects | /r/linux | 21 Aug 2022
    However, you can get pretty close yourself with a tool like this https://github.com/stb-tester/apt2ostree
  • Docker containers usually still reachable even if bound to 127.0.0.1
    5 projects | news.ycombinator.com | 22 Jun 2022
    With apt2ostree[1] we use lockfiles to allow us to version control the exact versions that were used to build a container. This makes updating the versions explicit and controlled, and building the containers functionally reproducible - albeit not byte-for-byte reproducible.

    [1]: https://github.com/stb-tester/apt2ostree#lockfiles

  • Any plans for an immutable Debian desktop?
    1 project | /r/debian | 21 Mar 2022
    If you have time to test things, you can try to use ostree to manage a Debian installation. This is what Silverblue uses. Their is already a tool to create APT-based ostree images.
  • Lockfiles for packages in a Debian/Ubuntu rootfs
    1 project | news.ycombinator.com | 12 Oct 2021
  • Reproducible builds for Debian: a big step forward
    4 projects | news.ycombinator.com | 12 Oct 2021
    On the subject of reproducible debian-based environments I wrote apt2ostree[1]. It applies the cargo/npm lockfile idea to debian rootfs images. From a list of packages we perform dependency resolution and generate a "lockfile" that contains the complete list of all packages, their versions and their SHAs. You can commit this lockfile to git.

    You can then install Debian or Ubuntu into a chroot just based on this lockfile and end up with a functionally reproducible result. It won't be completely byte identical as your SSH keys, machine-id, etc. will be different between installations, but you'll always end up with the same packages and package versions installed for a given lockfile.

    This has saved us on a few occasions where an apt upgrade had broken the workflow of some of our customers. We could see exactly which package versions changed in git history and roll-back the problematic package before working on fixing it properly. This is vastly better than the traditional `RUN apt-get install -y blah blah` you see in `Dockerfile`s.

    IMO it's also more convenient than debootstrap as you don't need to worry about gpg keys, etc. when building the image. Dependency resolution and gpg key stuff is done at lockfile generation time, so the installation process can be much simpler. In theory it could be made such that only dpkg is required to do the install, rather than the whole of apt, but that's by-the-by.

    apt2ostree itself is probably not interesting to most people as it depends on ostree and ninja but I think the lockfile concept as applied to debian repos could be of much broader interest.

    [1]: https://github.com/stb-tester/apt2ostree#lockfiles

    [2]: https://ostreedev.github.io/ostree/

What are some alternatives?

When comparing office365-pol and apt2ostree you can also consider the following projects:

waydroid - Waydroid uses a container-based approach to boot a full Android system on a regular GNU/Linux system like Ubuntu.

ostree - Operating system and container binary deployment and upgrades

eget - Easily install prebuilt binaries from GitHub.

chromium - The official GitHub mirror of the Chromium source

ONLYOFFICE - ONLYOFFICE Docs is a free collaborative online office suite comprising viewers and editors for texts, spreadsheets and presentations, forms and PDF, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time.

rkt

silverblue-site - Historic website for Fedora Silverblue. Now at https://gitlab.com/fedora/websites-apps/fedora-websites/fedora-websites-3.0

Photoshop-CC2022-Linux - Installer from Photoshop CC 2021 to 2022 on linux with a GUI

singularity - SingularityCE is the Community Edition of Singularity, an open source container platform designed to be simple, fast, and secure.

OneDriveGUI - A simple GUI for OneDrive Linux client, with multi-account support.

knit - A simple and flexible build tool using Lua, similar to make/mk.