Run the IDE on something other than a Jetson Nano?
Manually install bossac from source?
Remove the OS check from the bossac install and see it it works anyway?
Remove the OS check from the bossac install and see it it works anyway?
As for this one, I have done it before by making a custom Boards Manager package index that is just a slightly modified version of the standard one (the Seeed one in this case). You have to add an additional element to the systems field that is a copy of the x86-64 Linux system element, except with the host value modified (to aarch64-linux-gnu in this case).
I believe you can use the file:// schema in the additional Boards Manager URL field to host the package index file on your local system. Otherwise, just put it somewhere public on the Internet (e.g., a GitHub Gist).
Kind of interesting to play around with if you are into that sort of thing, but definitely a long shot for it to actually work. You will come out of it at least with the useless tools as placeholders, which makes it easy to understand which folders you need to put the working replacements in.