In Linux we have /home/<user>/bin to put special binaries that only that user will execute, and also, the user doesn't need root permissions to put them there.
Do we have any similar thing OS X?
We have /usr/bin, but as a regular user we need root permissions to place a file there, and I'm not looking for a folder like that.