I am currently deciding on an non-custodial wallet where I have the private keys. I was thinking Armory would be a good choice, but it seems the project has mostly stopped at v0.96.5 at the end of 2018?
It's actively being updated in the dev branch:
https://github.com/goatpig/BitcoinArmory/commits/devBut I don't know if there's an exact date on the new release version yet.
But before going too much further to try to resolve these issues, perhaps it may not be a good idea to choose to start using Armory at this time? And maybe without enough disk space it is not going to work for me anyway?
Yes, it wont work without the blockchain so you may have to choose from any of the famous SPV wallets that don't require a full Blockchain.
A few suggestions are: Electrum and Sparrow.
Or use Bitcoin Core itself with "
pruned" blockchain by setting your desired size during initial setup.
It wont store all the Blocks in your disk but still download and verify all of those blocks since it needs full validation. (
it will delete older blocks to accommodate the size)
The downside of this is you can't do anything that requires the blocks that are already deleted.