Does Selenium ChromeDriver need Chrome to be installed?

Do I need to install Selenium ChromeDriver

Yes you need a full Chrome installation in order to the actual chromedriver. ChromeDriver is a separate executable that Selenium WebDriver uses to control Chrome. It is maintained by the Chromium team with help from WebDriver contributors. If you are unfamiliar with Selenium WebDriver, you should check out the Selenium site.