diff --git a/src/platform/PlatformSymbols.php b/src/platform/PlatformSymbols.php
--- a/src/platform/PlatformSymbols.php
+++ b/src/platform/PlatformSymbols.php
@@ -11,6 +11,14 @@
     return 'Phorge';
   }
 
+  public static function getPlatformClientPath() {
+    return 'arcanist/';
+  }
+
+  public static function getPlatformServerPath() {
+    return 'phorge/';
+  }
+
   public static function getProductNames() {
     return array(
       self::getPlatformClientName(),