Live data from Hacker News

Shelf – open-source asset management software

github.com

11–20 of 79 posts

Re: Shelf – open-source asset management software

#11

The other day I was looking for a Windows desktop app for managing home assets (Where is this tool? What is inside my box A1 located in room B?) There is very little software like that. Everything is a website or a smartphone app. I want a Windows desktop program.

We will be releasing a desktop app for this. However, it will require internet access.

Re: Shelf – open-source asset management software

#13
post #12

The database backing this, Supabase, describes itself as "stable enough for most non-enterprise use-cases". I suppose that means this tool is "stable enough for most non-enterprise use-cases", which means I can't use it despite wanting to.

On the pricing page, the paid plans are “production ready.” I wonder how they define an enterprise.

Re: Shelf – open-source asset management software

#14
post #12

The database backing this, Supabase, describes itself as "stable enough for most non-enterprise use-cases". I suppose that means this tool is "stable enough for most non-enterprise use-cases", which means I can't use it despite wanting to.

Supabase uses PostgreSQL and they support offboarding from Supabase so you probably could make this enterprise ready.

Re: Shelf – open-source asset management software

#15

The other day I was looking for a Windows desktop app for managing home assets (Where is this tool? What is inside my box A1 located in room B?) There is very little software like that. Everything is a website or a smartphone app. I want a Windows desktop program.

For electronics or manufacturing I can recommend inventree. https://inventree.org/

It can even do things like defining projects that are made of sub-components that are made of parts you may or may not have on stock (and if you added a prize for each of the parts it will spit out a total cost). It can handle prize brackets etc.

For a most basic system or hobbyist needs this might be total overkill tho.

Why not start an excel sheet with everything you have and put an location next to the thing? The major work with such systems tends to be first entry and then keeping things up to date, so starting on a small subset of things and trying it out would be a wise way to go about it.

Re: Shelf – open-source asset management software

#19

The other day I was looking for a Windows desktop app for managing home assets (Where is this tool? What is inside my box A1 located in room B?) There is very little software like that. Everything is a website or a smartphone app. I want a Windows desktop program.

Honestly, some version of a sqlite database and form maker is probably all you need.

If Docker is an option and you only need it for a single machine, maybe NocoDB?

Re: Shelf – open-source asset management software

#20
post #15

The other day I was looking for a Windows desktop app for managing home assets (Where is this tool? What is inside my box A1 located in room B?) There is very little software like that. Everything is a website or a smartphone app. I want a Windows desktop program.

For electronics or manufacturing I can recommend inventree. https://inventree.org/ It can even do things like defining projects that are made of sub-components that are made of parts you may or may not have on stock (and if you added a prize for each of the parts it will spit out a total cost). It can handle prize brackets etc. For a most basic system or hobbyist needs this might be total overkill tho. Why not start…

From lurking in the German mikrocontroller.net forum there are a few hobby alternatives like - EleLa : http://www.mmvisual.de/elela/ [] - PartDB : https://github.com/Part-DB/Part-DB-server

The page on the forum wiki is https://www.mikrocontroller.net/articles/Elektronik_Lagerver... [] and it speaks mostly about EleLa.

[*] these links are in German.

EleLa is a desktop app for Windows and Linux written in FreePascal with Lazarus PartDB isa PHP server for self hosting

Post reply on HN